mariadb/mysql-test/main/kill_query-6728.result

8 lines
136 B
Text
Raw Normal View History

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