1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fixed issue found by buildbot

mysql-test/suite/innodb/t/innodb_bug51920.test:
  Add another possible connect error
This commit is contained in:
Michael Widenius
2012-02-20 17:59:42 +02:00
parent bd86e37e9d
commit 84a3767c19

View File

@@ -36,7 +36,7 @@ let $wait_condition =
# depending on platform. # depending on platform.
# #
connection con1; connection con1;
-- error 1317, 2006, 2013 -- error 1317, 2006, 2013, 1927
reap; reap;
connection default; connection default;
DROP TABLE bug51920; DROP TABLE bug51920;