diff options
Diffstat (limited to 'mysql-test/r/variables-big.result')
-rw-r--r-- | mysql-test/r/variables-big.result | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/mysql-test/r/variables-big.result b/mysql-test/r/variables-big.result index 02908502c8b..e845400b397 100644 --- a/mysql-test/r/variables-big.result +++ b/mysql-test/r/variables-big.result @@ -1,22 +1,21 @@ SET @def_var= @@session.transaction_prealloc_size; SET SESSION transaction_prealloc_size=1024*1024*1024*1; SHOW PROCESSLIST; -Id User Host db Command Time State Info -<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST +Id User Host db Command Time State Info Progress +<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000 SET SESSION transaction_prealloc_size=1024*1024*1024*2; SHOW PROCESSLIST; -Id User Host db Command Time State Info -<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST +Id User Host db Command Time State Info Progress +<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000 SET SESSION transaction_prealloc_size=1024*1024*1024*3; SHOW PROCESSLIST; -Id User Host db Command Time State Info -<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST +Id User Host db Command Time State Info Progress +<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000 SET SESSION transaction_prealloc_size=1024*1024*1024*4; SHOW PROCESSLIST; -Id User Host db Command Time State Info -<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST +Id User Host db Command Time State Info Progress +<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000 SET SESSION transaction_prealloc_size=1024*1024*1024*5; SHOW PROCESSLIST; -Id User Host db Command Time State Info -<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST -SET @@session.transaction_prealloc_size= @def_var; +Id User Host db Command Time State Info Progress +<Id> root <Host> test Query <Time> NULL SHOW PROCESSLIST 0.000 |