diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-05-21 17:36:59 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-05-21 17:36:59 +0400 |
commit | 5e4a4020aa09db059713767b3064b5bdbd45ac11 (patch) | |
tree | 234ad7fedec9e7e037c32d95d31743b8310391f1 /mysql-test/t/show_check.test | |
parent | 9003fb7cad18d091ee9f94c72f7304c2f6c4f6e5 (diff) | |
download | mariadb-git-5e4a4020aa09db059713767b3064b5bdbd45ac11.tar.gz |
Backporting a test case for Bug#30036 (SHOW TABLE TYPES causes the debug client
to crash) from mysql-6.0-codebase.
Diffstat (limited to 'mysql-test/t/show_check.test')
-rw-r--r-- | mysql-test/t/show_check.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test index ce75d02a1cc..fa003c2fe69 100644 --- a/mysql-test/t/show_check.test +++ b/mysql-test/t/show_check.test @@ -1170,6 +1170,14 @@ DROP TABLE t1; DROP EVENT ev1; # +# Bug#30036 SHOW TABLE TYPES causes the debug client to crash +# +--disable_result_log +SHOW STORAGE ENGINES; +--enable_result_log + + +# # Bug#32710 SHOW INNODB STATUS requires SUPER # |