From bf43b0d31ab1ccc9c7c8ae684f4f073925c05d2a Mon Sep 17 00:00:00 2001
From: "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 ecb02ec3bf..2cfd27134a 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