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

MySQL数据库

开发平台:

Visual C++

  1. ###############################################
  2. #                                             #
  3. #   Prepared Statements test on BDB tables    #
  4. #                                             #
  5. ###############################################
  6. #    
  7. # NOTE: PLEASE SEE ps_1general.test (bottom) 
  8. #       BEFORE ADDING NEW TEST CASES HERE !!!
  9. use test;
  10. -- source include/have_bdb.inc
  11. let $type= 'BDB' ;
  12. -- source include/ps_create.inc
  13. -- source include/ps_renew.inc
  14. -- source include/ps_query.inc
  15. -- source include/ps_modify.inc
  16. -- source include/ps_modify1.inc
  17. -- source include/ps_conv.inc
  18. drop table t1, t9;
  19. # End of 4.1 tests