diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2014-02-25 13:01:57 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2014-02-25 13:01:57 +0400 |
commit | 6324c36bd703a0f55dcd49dd721af262f73cf7aa (patch) | |
tree | 32323b2c7877a77528781d30343f00618563b040 /mysql-test/t/stat_tables_par.test | |
parent | fb6183a80bcbb3d797583a3a38e02dc66f1ddc57 (diff) | |
download | mariadb-git-6324c36bd703a0f55dcd49dd721af262f73cf7aa.tar.gz |
Update test results after the previous push
Diffstat (limited to 'mysql-test/t/stat_tables_par.test')
-rw-r--r-- | mysql-test/t/stat_tables_par.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/stat_tables_par.test b/mysql-test/t/stat_tables_par.test index 6c4e1be6e48..7305d1453a8 100644 --- a/mysql-test/t/stat_tables_par.test +++ b/mysql-test/t/stat_tables_par.test @@ -144,7 +144,7 @@ disconnect con1; disconnect con2; set debug_sync='RESET'; -select * from mysql.index_stats where table_name='lineitem' order by index_name; +select * from mysql.index_stats where table_name='lineitem' order by index_name, prefix_arity; # # Test for parallel statistics collection and update (innodb) @@ -217,7 +217,7 @@ connection con2; set debug_sync='open_and_process_table WAIT_FOR parker'; set debug_sync='statistics_read_start SIGNAL go1 WAIT_FOR go2'; use dbt3_s001; ---send select * from mysql.index_stats, lineitem where index_name= 'i_l_shipdate' and l_orderkey=1 and l_partkey=68 +--send select * from mysql.index_stats, lineitem where index_name= 'i_l_shipdate' and l_orderkey=1 and l_partkey=68 order by prefix_arity; connection con1; --disable_result_log |