Current Path : /home/usr.opt/mysql57/mysql-test/t/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //home/usr.opt/mysql57/mysql-test/t/ps_3innodb.test |
############################################### # # # Prepared Statements test on InnoDB tables # # # ############################################### # # NOTE: PLEASE SEE ps_1general.test (bottom) # BEFORE ADDING NEW TEST CASES HERE !!! use test; -- source include/have_innodb.inc let $type= 'InnoDB' ; -- source include/ps_create.inc -- source include/ps_renew.inc -- source include/ps_query.inc -- source include/ps_modify.inc -- source include/ps_modify1.inc -- source include/ps_conv.inc drop table t1, t9; # End of 4.1 tests