mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / ps_3innodb.test
blobe25a8b1f4693c2af9c33f601520266e9843fe759
1 ###############################################
2 #                                             #
3 #  Prepared Statements test on InnoDB tables  #
4 #                                             #
5 ###############################################
7 #    
8 # NOTE: PLEASE SEE ps_1general.test (bottom) 
9 #       BEFORE ADDING NEW TEST CASES HERE !!!
11 use test;
13 -- source include/have_innodb.inc
15 let $type= 'InnoDB' ;
16 -- source include/ps_create.inc
17 -- source include/ps_renew.inc
19 -- source include/ps_query.inc
20 -- source include/ps_modify.inc
21 -- source include/ps_modify1.inc
22 -- source include/ps_conv.inc
24 drop table t1, t9;
26 # End of 4.1 tests