From 3f619478f796eddbba6e39502fe941b285dd97b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 20:00:34 +0200 Subject: Adding upstream version 1:10.11.6. Signed-off-by: Daniel Baumann --- mysql-test/main/ps_3innodb.test | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mysql-test/main/ps_3innodb.test (limited to 'mysql-test/main/ps_3innodb.test') diff --git a/mysql-test/main/ps_3innodb.test b/mysql-test/main/ps_3innodb.test new file mode 100644 index 00000000..10d2e7a9 --- /dev/null +++ b/mysql-test/main/ps_3innodb.test @@ -0,0 +1,30 @@ +############################################### +# # +# Prepared Statements test on InnoDB tables # +# # +############################################### + +# +# NOTE: PLEASE SEE ps_1general.test (bottom) +# BEFORE ADDING NEW TEST CASES HERE !!! + +# See Bug#38999 valgrind warnings for update statement in function +# compare_record() +-- source include/not_valgrind.inc + +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 -- cgit v1.2.3