mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
cf8a6e52b7
according to http://www.bitkeeper.com/Documentation.FAQS.Windows_NT.html mysql-test/t/system_mysql_db.test: s/\r\n/\n/ mysql-test/t/system_mysql_db_fix-master.opt: s/\r\n/\n/ mysql-test/t/system_mysql_db_fix.test: s/\r\n/\n/ mysql-test/t/system_mysql_db_refs.test: s/\r\n/\n/ mysql-test/r/system_mysql_db.result: s/\r\n/\n/ mysql-test/r/system_mysql_db_refs.result: s/\r\n/\n/
8 lines
158 B
Text
8 lines
158 B
Text
#
|
|
# This test must examine integrity of system database "mysql"
|
|
#
|
|
|
|
-- disable_query_log
|
|
use mysql;
|
|
-- enable_query_log
|
|
-- source include/system_db_struct.inc
|