system_mysql_db.test
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:
MySQL数据库
开发平台:
Visual C++
- #
- # 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