mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix 'kill' test to actually test that the connection has
been killed.
This commit is contained in:
@ -5,6 +5,12 @@ select ((@id := kill_id) - kill_id) from t1;
|
|||||||
((@id := kill_id) - kill_id)
|
((@id := kill_id) - kill_id)
|
||||||
0
|
0
|
||||||
kill @id;
|
kill @id;
|
||||||
|
select ((@id := kill_id) - kill_id) from t1;
|
||||||
|
((@id := kill_id) - kill_id)
|
||||||
|
0
|
||||||
|
select @id != connection_id();
|
||||||
|
@id != connection_id()
|
||||||
|
1
|
||||||
select 4;
|
select 4;
|
||||||
4
|
4
|
||||||
4
|
4
|
||||||
|
@ -27,8 +27,9 @@ kill @id;
|
|||||||
--sleep 5
|
--sleep 5
|
||||||
# verify that con1 is doning a reconnect
|
# verify that con1 is doning a reconnect
|
||||||
connection con1;
|
connection con1;
|
||||||
ping
|
--ping
|
||||||
ping
|
--ping
|
||||||
|
select ((@id := kill_id) - kill_id) from t1;
|
||||||
select @id != connection_id();
|
select @id != connection_id();
|
||||||
|
|
||||||
#make sure the server is still alive
|
#make sure the server is still alive
|
||||||
|
Reference in New Issue
Block a user