summaryrefslogtreecommitdiff
path: root/mysql-test/t/system_mysql_db.test
blob: 0892af77fb23df5ad54f17fa5385021199e7afca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# This test must examine integrity of system database "mysql"
#

-- disable_query_log
use mysql;
-- enable_query_log
-- source include/system_db_struct.inc
-- disable_query_log
use test;
-- enable_query_log
# keep results same with system_mysql_db_fix
show tables;

# End of 4.1 tests