From a6373c2e04d03eb1856c4af24dae2ad5fe5ec16b Mon Sep 17 00:00:00 2001
From: unknown <bell@51.0.168.192.in-addr.arpa>
Date: Thu, 24 Feb 2005 02:59:36 +0200
Subject: [PATCH] fixed typo in test

---
 mysql-test/t/sp.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test
index ecb02ec3bf5..2cfd27134ad 100644
--- a/mysql-test/t/sp.test
+++ b/mysql-test/t/sp.test
@@ -2572,7 +2572,7 @@ drop procedure bug7013|
 # BUG#7743: 'Lost connection to MySQL server during query' on Stored Procedure
 #
 --disable_warnings
-drop table if exists t4;
+drop table if exists t4|
 --enable_warnings
 create table t4 (
   a mediumint(8) unsigned not null auto_increment,
-- 
2.30.9