diff options
Diffstat (limited to 'mysql-test/r/variables-big.result')
-rw-r--r-- | mysql-test/r/variables-big.result | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/r/variables-big.result b/mysql-test/r/variables-big.result index ae1e20109b9..35882c7e284 100644 --- a/mysql-test/r/variables-big.result +++ b/mysql-test/r/variables-big.result @@ -1,20 +1,20 @@ set session transaction_prealloc_size=1024*1024*1024*1; show processlist; Id User Host db Command Time State Info -1 root localhost test Query 0 NULL show processlist +# root localhost test Query 0 NULL show processlist set session transaction_prealloc_size=1024*1024*1024*2; show processlist; Id User Host db Command Time State Info -1 root localhost test Query 0 NULL show processlist +# root localhost test Query 0 NULL show processlist set session transaction_prealloc_size=1024*1024*1024*3; show processlist; Id User Host db Command Time State Info -1 root localhost test Query 0 NULL show processlist +# root localhost test Query 0 NULL show processlist set session transaction_prealloc_size=1024*1024*1024*4; show processlist; Id User Host db Command Time State Info -1 root localhost test Query 0 NULL show processlist +# root localhost test Query 0 NULL show processlist set session transaction_prealloc_size=1024*1024*1024*5; show processlist; Id User Host db Command Time State Info -1 root localhost test Query 0 NULL show processlist +# root localhost test Query 0 NULL show processlist |