diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-19 14:11:48 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-19 14:11:48 +0100 |
commit | cd94452eda6491d72e34983f0cba26ca6344e34b (patch) | |
tree | d5461ec6ad35812385dd5cfef327052838c471b4 /mysql-test/r/show_check.result | |
parent | dd88cefe0b0528e641540bdbfc06113ac79bdcde (diff) | |
parent | faed50d5552f6d78f4c32274b346516f4267304b (diff) | |
download | mariadb-git-cd94452eda6491d72e34983f0cba26ca6344e34b.tar.gz |
merge
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r-- | mysql-test/r/show_check.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 50384149a26..4e40c48305d 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -1446,4 +1446,10 @@ 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 |