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

MySQL数据库

开发平台:

Visual C++

  1. #
  2. # Here we collect tests that doesn't work with the embedded server
  3. #
  4. -- source include/not_embedded.inc
  5. #
  6. # Show full process list with prepare
  7. # To not show other connections, this must be the first test and we must
  8. # have a server restart before this one
  9. #
  10. prepare stmt1 from ' show full processlist ';
  11. --replace_column 1 number 6 time 3 localhost
  12. execute stmt1;
  13. deallocate prepare stmt1;
  14. # End of 4.1 tests