From 74a5079fa0d93f92c53edc4016a17723c9f88e38 Mon Sep 17 00:00:00 2001
From: "skozlov/ksm@mysql.com/virtop.localdomain" <>
Date: Tue, 19 Dec 2006 16:17:57 +0300
Subject: [PATCH] WL#2862 ndb_sp.test - removed unnecessary line

---
 mysql-test/r/ndb_sp.result | 1 -
 mysql-test/t/ndb_sp.test   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/mysql-test/r/ndb_sp.result b/mysql-test/r/ndb_sp.result
index 847b3a7eb0..32e6d2eddd 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 754f1e94e6..b833869cad 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 (
-- 
2.30.9