1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

fixed typo in test

This commit is contained in:
unknown
2005-02-24 02:59:36 +02:00
parent c5fb55668b
commit 20a30c64f5

View File

@ -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,