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

MySQL数据库

开发平台:

Visual C++

  1. # Windows-specific tests
  2. --source include/windows.inc
  3. #
  4. # Bug 9148: Denial of service
  5. #
  6. --error 1049
  7. use lpt1;
  8. --error 1049
  9. use com1;
  10. --error 1049
  11. use prn;
  12. #
  13. # Bug #12325: Can't create table named 'nu'
  14. #
  15. create table nu (a int);
  16. drop table nu;
  17. # End of 4.1 tests