Commit add444a4 authored by unknown's avatar unknown

Update the failing kill test in the team tree.


mysql-test/r/kill.result:
  Update the broken result (kill.test fails in the team tree).
mysql-test/t/kill.test:
  Fix the broken test (team tree)
parent 569c2dcd
......@@ -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