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

MySQL数据库

开发平台:

Visual C++

  1. #
  2. # Note that this test uses tables from the previous test
  3. # This is to test that the table t1 survives a reboot of MySQL
  4. # The options in the -master.opt file are just there to force the reboot
  5. #
  6. -- source include/have_bdb.inc
  7. select * from t1;
  8. drop table t1;
  9. # End of 4.1 tests