summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp_trans.test
diff options
context:
space:
mode:
authorSven Sandberg <sven.sandberg@sun.com>2009-09-30 18:20:52 +0200
committerSven Sandberg <sven.sandberg@sun.com>2009-09-30 18:20:52 +0200
commit613068c10a64400b364b31552f5f12897645b4d3 (patch)
treeeb7a32f708fa1aaf495f730d3fb1012abb357037 /mysql-test/t/sp_trans.test
parent3d467f04a1caa994f165c0c4aae2ecfc3d1c9a1c (diff)
downloadmariadb-git-613068c10a64400b364b31552f5f12897645b4d3.tar.gz
post-merge fixes to make tests pass after merging BUG#39934 to 5.1-rep+3.
Diffstat (limited to 'mysql-test/t/sp_trans.test')
-rw-r--r--mysql-test/t/sp_trans.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/sp_trans.test b/mysql-test/t/sp_trans.test
index 0b04b9d7668..4c9eb985adf 100644
--- a/mysql-test/t/sp_trans.test
+++ b/mysql-test/t/sp_trans.test
@@ -527,7 +527,9 @@ begin
select count(*)*255 from t3 into table_size;
until table_size > max_table_size*2 end repeat;
end|
+--disable_warnings
call bug14210_fill_table()|
+--enable_warnings
drop procedure bug14210_fill_table|
create table t4 like t3|