Commit 9636ead1 authored by msvensson@neptunus.(none)'s avatar msvensson@neptunus.(none)
Browse files

Bug#19410 Test 'kill' fails on Windows + SCO

parent 3e43b863
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -70,11 +70,14 @@ insert into t2 select id from t1;
create table t3 (kill_id int);
insert into t3 values(connection_id());

connect (conn2, localhost, root,,);
connection conn2;

connection conn1;
-- disable_result_log
send select id from t1 where id in (select distinct id from t2);
-- enable_result_log

connect (conn2, localhost, root,,);
connection conn2;
select ((@id := kill_id) - kill_id) from t3;
-- sleep 1