Backporting a test case for Bug#30036 (SHOW TABLE TYPES causes the debug client
to crash) from mysql-6.0-codebase.
This commit is contained in:
parent
75e552d509
commit
dfec05be05
@ -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;
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user