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:
@ -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,
|
||||
|
Reference in New Issue
Block a user