1#
2# This test must examine integrity of system database "mysql"
3#
4
5# check that CSV engine was compiled in, as the result of the test
6# depends on the presence of the log tables (which are CSV-based).
7--source include/have_csv.inc
8
9-- disable_query_log
10use mysql;
11-- enable_query_log
12-- source include/system_db_struct.inc
13-- disable_query_log
14use test;
15-- enable_query_log
16# keep results same with system_mysql_db_fix
17show tables;
18
19# End of 4.1 tests
20