2004-07-01 16:30:29 +02:00
|
|
|
###############################################
|
|
|
|
# #
|
|
|
|
# Prepared Statements test on InnoDB tables #
|
|
|
|
# #
|
|
|
|
###############################################
|
|
|
|
|
2004-07-02 20:01:34 +02:00
|
|
|
#
|
|
|
|
# NOTE: PLEASE SEE ps_1general.test (bottom)
|
|
|
|
# BEFORE ADDING NEW TEST CASES HERE !!!
|
|
|
|
|
2004-07-01 16:30:29 +02:00
|
|
|
use test;
|
|
|
|
|
2004-07-06 16:29:26 +02:00
|
|
|
-- source include/have_innodb.inc
|
|
|
|
|
2004-07-01 16:30:29 +02:00
|
|
|
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
|
2004-09-25 17:08:02 +02:00
|
|
|
-- source include/ps_conv.inc
|
2004-07-01 16:30:29 +02:00
|
|
|
|
2004-09-25 17:08:02 +02:00
|
|
|
drop table t1, t9;
|
2005-07-28 02:22:47 +02:00
|
|
|
|
|
|
|
# End of 4.1 tests
|