mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
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:
@@ -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
|
||||
#
|
||||
|
Reference in New Issue
Block a user