system_mysql_db.test
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. #
  2. # This test must examine integrity of system database "mysql"
  3. #
  4. -- disable_query_log
  5. use mysql;
  6. -- enable_query_log
  7. -- source include/system_db_struct.inc
  8. -- disable_query_log
  9. use test;
  10. -- enable_query_log
  11. # keep results same with system_mysql_db_fix
  12. show tables;
  13. # End of 4.1 tests