1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +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 # BUG#7743: 'Lost connection to MySQL server during query' on Stored Procedure
# #
--disable_warnings --disable_warnings
drop table if exists t4; drop table if exists t4|
--enable_warnings --enable_warnings
create table t4 ( create table t4 (
a mediumint(8) unsigned not null auto_increment, a mediumint(8) unsigned not null auto_increment,