1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix 'kill' test to actually test that the connection has

been killed.
This commit is contained in:
jimw@mysql.com
2005-03-18 16:17:10 -08:00
parent 7de90716b0
commit 146994ed4c
2 changed files with 9 additions and 2 deletions

View File

@ -27,8 +27,9 @@ kill @id;
--sleep 5
# verify that con1 is doning a reconnect
connection con1;
ping
ping
--ping
--ping
select ((@id := kill_id) - kill_id) from t1;
select @id != connection_id();
#make sure the server is still alive