summaryrefslogtreecommitdiff
path: root/mysql-test/r/status.result
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2012-02-22 16:48:29 +0400
committerSergey Petrunya <psergey@askmonty.org>2012-02-22 16:48:29 +0400
commit59b2bb9aca0fb037ab4c770a8fd684a3d4a40587 (patch)
tree03b80603727eb6ad72737bdbe2d1b1b59fc81739 /mysql-test/r/status.result
parentc299e027eeddc35e0197ebc70805e0a303a4b135 (diff)
downloadmariadb-git-59b2bb9aca0fb037ab4c770a8fd684a3d4a40587.tar.gz
Added back MRR counters. The new names are: Handler_mrr_init,
Handler_mrr_key_refills, Handler_mrr_rowid_refills.
Diffstat (limited to 'mysql-test/r/status.result')
-rw-r--r--mysql-test/r/status.result8
1 files changed, 7 insertions, 1 deletions
diff --git a/mysql-test/r/status.result b/mysql-test/r/status.result
index b5bae659eed..d3e1d26cbbd 100644
--- a/mysql-test/r/status.result
+++ b/mysql-test/r/status.result
@@ -277,6 +277,9 @@ Handler_delete 0
Handler_discover 0
Handler_icp_attempts 0
Handler_icp_match 0
+Handler_mrr_init 0
+Handler_mrr_key_refills 0
+Handler_mrr_rowid_refills 0
Handler_prepare 0
Handler_read_first 0
Handler_read_key 4
@@ -299,7 +302,7 @@ Created_tmp_files 0
Created_tmp_tables 2
Handler_tmp_update 2
Handler_tmp_write 7
-Rows_tmp_read 37
+Rows_tmp_read 40
drop table t1;
CREATE TABLE t1 (i int(11) DEFAULT NULL, KEY i (i) ) ENGINE=MyISAM;
insert into t1 values (1),(2),(3),(4),(5);
@@ -314,6 +317,9 @@ Handler_delete 0
Handler_discover 0
Handler_icp_attempts 0
Handler_icp_match 0
+Handler_mrr_init 0
+Handler_mrr_key_refills 0
+Handler_mrr_rowid_refills 0
Handler_prepare 0
Handler_read_first 0
Handler_read_key 2