remove debug log

This commit is contained in:
obdev
2022-11-10 12:12:14 +00:00
committed by wangzelin.wzl
parent 87cbd9e9de
commit 0493bc81af
4 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,4 @@
result_format: 4
drop table if exists t1;
create table t1 (c1 int, c2 int unsigned,
c3 tinyint, c4 tinyint unsigned,

View File

@ -4,8 +4,6 @@
--disable_abort_on_error
--result_format 4
connect (conn_admin, $OBMYSQL_MS0,admin,$OBMYSQL_PWD,oceanbase,$OBMYSQL_PORT);
connection conn_admin;
--disable_warnings
drop table if exists t1;