2004-06-28 12:53:49 +02:00
|
|
|
#
|
|
|
|
# This test must examine integrity of system database "mysql"
|
|
|
|
#
|
|
|
|
|
2006-01-19 03:56:06 +01:00
|
|
|
# check that CSV engine was compiled in, as the result of the test
|
|
|
|
# depends on the presence of the log tables (which are CSV-based).
|
|
|
|
--source include/have_csv.inc
|
|
|
|
|
2004-06-28 12:53:49 +02:00
|
|
|
-- disable_query_log
|
|
|
|
use mysql;
|
|
|
|
-- enable_query_log
|
|
|
|
-- source include/system_db_struct.inc
|
2004-07-15 13:17:30 +02:00
|
|
|
-- disable_query_log
|
|
|
|
use test;
|
|
|
|
-- enable_query_log
|
|
|
|
# keep results same with system_mysql_db_fix
|
|
|
|
show tables;
|
2005-07-28 02:22:47 +02:00
|
|
|
|
|
|
|
# End of 4.1 tests
|