提交 32a763cc 编写于 作者: S shangyanwen 提交者: mergify[bot]

test(mtr):update create_table.test(#497)

上级 87c8638a
......@@ -216,21 +216,6 @@ x'4132'
A2
drop table t1;
#
# Test create table if not exists with duplicate key error
#
create table t1 (a int not null, b int, primary key (a));
insert into t1 values (1,1);
select * from t1;
a b
1 1
show status like "Opened_tables";
Variable_name Value
Opened_tables 12
select * from t1;
a b
1 1
drop table t1;
#
# "Table truncated when creating another table name with Spaces"
#
create table `t1 `(a int)engine=tianmu;
......
......@@ -121,17 +121,6 @@ create table if not exists t1 select 1;
select * from t1;
drop table t1;
--echo #
--echo # Test create table if not exists with duplicate key error
--echo #
create table t1 (a int not null, b int, primary key (a));
insert into t1 values (1,1);
select * from t1;
show status like "Opened_tables";
select * from t1;
drop table t1;
--echo #
--echo # "Table truncated when creating another table name with Spaces"
--echo #
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册