mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
faa9c92765
added tests for testing structure of mysql db
14 lines
327 B
Text
14 lines
327 B
Text
#
|
|
# This is the test for mysql_fix_privilege_tables
|
|
#
|
|
|
|
-- disable_query_log
|
|
-- source include/create_old_system_tables.inc
|
|
-- exec $MYSQL_FIX_SYSTEM_TABLES --database=test > nil 2>nil
|
|
-- enable_query_log
|
|
|
|
-- source include/system_db_struct.inc
|
|
|
|
-- disable_query_log
|
|
-- source include/drop_system_tables.inc
|
|
-- enable_query_log
|