diff --git a/mysql-test/r/ndb_sp.result b/mysql-test/r/ndb_sp.result
index 847b3a7eb0f6e9edcddf0bd6529424b3f721818c..32e6d2eddd7c91e48982e3a220c8caa84a03e65e 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 754f1e94e66288291695bc1dbb879d9f71b7beb2..b833869cad0584a1160058850d55f2fe9536067a 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 (