mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
In certain phases of query processing, a interrupted error might
be sent to a user even if its the connection that is actually being killed.
This commit is contained in:
@ -141,7 +141,7 @@ KILL @id;
|
||||
SET DEBUG_SYNC= 'now WAIT_FOR con1_end';
|
||||
|
||||
connection con1;
|
||||
--error 1053,2006,2013
|
||||
--error 1317,1053,2006,2013
|
||||
reap;
|
||||
SELECT 1;
|
||||
|
||||
|
Reference in New Issue
Block a user