diff options
author | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:07:41 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2015-01-19 14:07:41 +0100 |
commit | 56c323c10f4e37318255c9d386e650e1513322e1 (patch) | |
tree | ec8ed1dc373c04a31d909268ad066f1d2783357c /mysql-test/r/show_check.result | |
parent | b4cd8a8a5afd28d55d6ea2d795819098490c944e (diff) | |
download | mariadb-git-56c323c10f4e37318255c9d386e650e1513322e1.tar.gz |
MDEV-6728 KILL QUERY executed on an idle connection can interrupt the next query
reset KILL_QUERY when a new query execution is just about to be started
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r-- | mysql-test/r/show_check.result | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 6d6fd2e43d6..880c424391e 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -1456,12 +1456,6 @@ GRANT PROCESS ON *.* TO test_u@localhost; SHOW ENGINE MYISAM MUTEX; SHOW ENGINE MYISAM STATUS; DROP USER test_u@localhost; -# -# Bug #48985: show create table crashes if previous access to the table -# was killed -# -SHOW CREATE TABLE non_existent; -ERROR 70100: Query execution was interrupted End of 5.1 tests # # Bug#52593 SHOW CREATE TABLE is blocked if table is locked |