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

Fix for main.events_restart

This commit is contained in:
skozlov/ksm@mysql.com/virtop.(none)
2008-04-20 22:24:00 +04:00
parent 31569606b2
commit 9198608e8a
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
let $counter= 500;
while ($mysql_errno)
{
--error 0,2002,2006
--error 0,1053,2002,2006
show status;
dec $counter;