Comment 2 for bug 1419827

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

main.variables-big [ fail ]
        Test ended at 2015-02-09 16:55:30

CURRENT_TEST: main.variables-big
--- /Users/laurynas/percona/lp-mysql-server/big-test-fixes/mysql-test/r/variables-big.result 2015-02-06 12:11:37.000000000 +0300
+++ /Users/laurynas/percona/lp-mysql-server/big-test-fixes/obj-debug/mysql-test/var/log/variables-big.reject 2015-02-09 17:55:30.000000000 +0300
@@ -1,22 +1,22 @@
 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> <State> SHOW PROCESSLIST
+Id User Host db Command Time State Info Rows_sent Rows_examined
+<Id> root <Host> test Query <Time> <State> SHOW PROCESSLIST 0 0
 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> <State> SHOW PROCESSLIST
+Id User Host db Command Time State Info Rows_sent Rows_examined
+<Id> root <Host> test Query <Time> <State> SHOW PROCESSLIST 0 0
 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> <State> SHOW PROCESSLIST
+Id User Host db Command Time State Info Rows_sent Rows_examined
+<Id> root <Host> test Query <Time> <State> SHOW PROCESSLIST 0 0
 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> <State> SHOW PROCESSLIST
+Id User Host db Command Time State Info Rows_sent Rows_examined
+<Id> root <Host> test Query <Time> <State> SHOW PROCESSLIST 0 0
 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> <State> SHOW PROCESSLIST
+Id User Host db Command Time State Info Rows_sent Rows_examined
+<Id> root <Host> test Query <Time> <State> SHOW PROCESSLIST 0 0
 SET @@session.transaction_prealloc_size= @def_var;

mysqltest: Result content mismatch