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

Post fix for bug#45520

This commit is contained in:
He Zhenxing
2009-12-10 11:44:19 +08:00
parent 714348a8d3
commit cc92cd72a4
3 changed files with 7 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if (`SELECT '$debug_lock' != ''`)
# reap the result of the waiting query
connection $connection_name;
error 0, 1317, 1307, 1306, 1334, 1305;
error 0, 1317, 1307, 1306, 1334, 1305, 1034;
reap;
connection master;