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