mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Update the failing kill test in the team tree.
This commit is contained in:
parent
13be72f9c3
commit
04bf5743b4
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue