Commit 5e4a4020 authored by Alexander Nozdrin's avatar Alexander Nozdrin

Backporting a test case for Bug#30036 (SHOW TABLE TYPES causes the debug client

to crash) from mysql-6.0-codebase.
parent 9003fb7c
...@@ -1436,6 +1436,7 @@ DROP PROCEDURE p1; ...@@ -1436,6 +1436,7 @@ DROP PROCEDURE p1;
DROP FUNCTION f1; DROP FUNCTION f1;
DROP TABLE t1; DROP TABLE t1;
DROP EVENT ev1; DROP EVENT ev1;
SHOW STORAGE ENGINES;
CREATE USER test_u@localhost; CREATE USER test_u@localhost;
GRANT PROCESS ON *.* TO test_u@localhost; GRANT PROCESS ON *.* TO test_u@localhost;
SHOW ENGINE MYISAM MUTEX; SHOW ENGINE MYISAM MUTEX;
......
...@@ -1169,6 +1169,14 @@ DROP FUNCTION f1; ...@@ -1169,6 +1169,14 @@ DROP FUNCTION f1;
DROP TABLE t1; DROP TABLE t1;
DROP EVENT ev1; 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 # Bug#32710 SHOW INNODB STATUS requires SUPER
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment