From dfec05be05a1925e31d397b68da6d702178e4a53 Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Fri, 21 May 2010 17:36:59 +0400 Subject: [PATCH] Backporting a test case for Bug#30036 (SHOW TABLE TYPES causes the debug client to crash) from mysql-6.0-codebase. --- mysql-test/r/show_check.result | 1 + mysql-test/t/show_check.test | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 9ba1a0446dd..ef2277fef38 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -1436,6 +1436,7 @@ DROP PROCEDURE p1; DROP FUNCTION f1; DROP TABLE t1; DROP EVENT ev1; +SHOW STORAGE ENGINES; CREATE USER test_u@localhost; GRANT PROCESS ON *.* TO test_u@localhost; SHOW ENGINE MYISAM MUTEX; 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 @@ -1169,6 +1169,14 @@ DROP FUNCTION f1; 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 #