From 41c13fb5c759677e698533e8be21056cf4f5379b Mon Sep 17 00:00:00 2001 From: "Horst.Hunger" Date: Tue, 24 May 2011 11:16:34 +0200 Subject: Merge of this test from trunk to 5.5 to have a successful weekly test on Windows. --- mysql-test/t/variables-big.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/t/variables-big.test') diff --git a/mysql-test/t/variables-big.test b/mysql-test/t/variables-big.test index 6c357bb6e54..53f426757b6 100644 --- a/mysql-test/t/variables-big.test +++ b/mysql-test/t/variables-big.test @@ -34,6 +34,7 @@ # There is a significant probablitity that this tests fails with testcase # timeout if the testing box is not powerful enough. # +SET @def_var= @@session.transaction_prealloc_size; --disable_warnings SET SESSION transaction_prealloc_size=1024*1024*1024*1; @@ -53,3 +54,5 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5; SHOW PROCESSLIST; --enable_warnings +SET @@session.transaction_prealloc_size= @def_var; + -- cgit v1.2.1