diff options
author | unknown <gordon@zero.local.lan> | 2004-07-01 16:30:29 +0200 |
---|---|---|
committer | unknown <gordon@zero.local.lan> | 2004-07-01 16:30:29 +0200 |
commit | f2e036aa5fe26abfbe962f63268fd2f1301f1e27 (patch) | |
tree | 29c9ff5bbbe6265ffd258b42992aa7aa7f245a41 /mysql-test/t/ps_3innodb.test | |
parent | b694101fce99c317291f9992a9223f7bd16b20f6 (diff) | |
download | mariadb-git-f2e036aa5fe26abfbe962f63268fd2f1301f1e27.tar.gz |
WL#1564 Intensive test of prepared statements via 'mysqltest'
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t/ps_3innodb.test')
-rw-r--r-- | mysql-test/t/ps_3innodb.test | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mysql-test/t/ps_3innodb.test b/mysql-test/t/ps_3innodb.test new file mode 100644 index 00000000000..71acf3b76f1 --- /dev/null +++ b/mysql-test/t/ps_3innodb.test @@ -0,0 +1,17 @@ +############################################### +# # +# Prepared Statements test on InnoDB tables # +# # +############################################### + +use test; + +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 + +drop table t1, t_many_col_types; |