mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
WL#2862 ndb_sp.test - removed unnecessary line
mysql-test/r/ndb_sp.result: WL#2862 mysql-test/t/ndb_sp.test: WL#2862
This commit is contained in:
parent
71776740b6
commit
93e6d00d3b
2 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
drop table if exists t2;
|
|
||||||
create table t1 (
|
create table t1 (
|
||||||
a int not null primary key,
|
a int not null primary key,
|
||||||
b int not null
|
b int not null
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
--disable_warnings
|
--disable_warnings
|
||||||
drop table if exists t1;
|
drop table if exists t1;
|
||||||
drop table if exists t2;
|
|
||||||
--enable_warnings
|
--enable_warnings
|
||||||
|
|
||||||
create table t1 (
|
create table t1 (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue