mariadb/mysql-test/main/kill_query-6728.result
2018-03-29 13:59:44 +03:00

7 lines
136 B
Text

connect con1,localhost,root,,;
connection default;
kill query id;
connection con1;
select count(*) > 0 from mysql.user;
count(*) > 0
1