summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <skozlov/ksm@mysql.com/virtop.localdomain>2006-12-19 16:17:57 +0300
committerunknown <skozlov/ksm@mysql.com/virtop.localdomain>2006-12-19 16:17:57 +0300
commit93e6d00d3bee14a37971f7be8b8835dbca3ab2cb (patch)
tree12cf49c391d3580181fe856231c38ca2efce2cec
parent71776740b6a21b5b982c53eb371e701a1622cf88 (diff)
downloadmariadb-git-93e6d00d3bee14a37971f7be8b8835dbca3ab2cb.tar.gz
WL#2862 ndb_sp.test - removed unnecessary line
mysql-test/r/ndb_sp.result: WL#2862 mysql-test/t/ndb_sp.test: WL#2862
-rw-r--r--mysql-test/r/ndb_sp.result1
-rw-r--r--mysql-test/t/ndb_sp.test1
2 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/ndb_sp.result b/mysql-test/r/ndb_sp.result
index 847b3a7eb0f..32e6d2eddd7 100644
--- a/mysql-test/r/ndb_sp.result
+++ b/mysql-test/r/ndb_sp.result
@@ -1,5 +1,4 @@
drop table if exists t1;
-drop table if exists t2;
create table t1 (
a int not null primary key,
b int not null
diff --git a/mysql-test/t/ndb_sp.test b/mysql-test/t/ndb_sp.test
index 754f1e94e66..b833869cad0 100644
--- a/mysql-test/t/ndb_sp.test
+++ b/mysql-test/t/ndb_sp.test
@@ -3,7 +3,6 @@
--disable_warnings
drop table if exists t1;
-drop table if exists t2;
--enable_warnings
create table t1 (