Commit 04bf5743 authored by kostja@bodhi.(none)'s avatar kostja@bodhi.(none)

Update the failing kill test in the team tree.

parent 13be72f9
......@@ -132,5 +132,7 @@ EXECUTE stmt;
# Connection: con2.
KILL CONNECTION_ID();
# CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing
# of close of the connection socket
SELECT 1;
ERROR HY000: Lost connection to MySQL server during query
Got one of the listed errors
......@@ -318,5 +318,7 @@ while ($i)
KILL CONNECTION_ID();
--error 2013
--echo # CR_SERVER_LOST, CR_SERVER_GONE_ERROR, depending on the timing
--echo # of close of the connection socket
--error 2013, 2006
SELECT 1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment