Commit c72707c0 authored by Horst.Hunger's avatar Horst.Hunger

Merge of this test from trunk to 5.5 to have a successful weekly test on Windows.

parent 35efa265
SET @def_var= @@session.transaction_prealloc_size;
SET SESSION transaction_prealloc_size=1024*1024*1024*1; SET SESSION transaction_prealloc_size=1024*1024*1024*1;
SHOW PROCESSLIST; SHOW PROCESSLIST;
Id User Host db Command Time State Info Id User Host db Command Time State Info
...@@ -18,3 +19,4 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5; ...@@ -18,3 +19,4 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5;
SHOW PROCESSLIST; SHOW PROCESSLIST;
Id User Host db Command Time State Info Id User Host db Command Time State Info
<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST <Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST
SET @@session.transaction_prealloc_size= @def_var;
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
# There is a significant probablitity that this tests fails with testcase # There is a significant probablitity that this tests fails with testcase
# timeout if the testing box is not powerful enough. # timeout if the testing box is not powerful enough.
# #
SET @def_var= @@session.transaction_prealloc_size;
--disable_warnings --disable_warnings
SET SESSION transaction_prealloc_size=1024*1024*1024*1; SET SESSION transaction_prealloc_size=1024*1024*1024*1;
...@@ -53,3 +54,5 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5; ...@@ -53,3 +54,5 @@ SET SESSION transaction_prealloc_size=1024*1024*1024*5;
SHOW PROCESSLIST; SHOW PROCESSLIST;
--enable_warnings --enable_warnings
SET @@session.transaction_prealloc_size= @def_var;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment