WL#2862 ndb_sp.test - removed unnecessary line

parent 1f10aa10
drop table if exists t1;
drop table if exists t2;
create table t1 (
a int not null primary key,
b int not null
......
......@@ -3,7 +3,6 @@
--disable_warnings
drop table if exists t1;
drop table if exists t2;
--enable_warnings
create table t1 (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment