summaryrefslogtreecommitdiff
path: root/mysql-test/r/select_jcl6.result
diff options
context:
space:
mode:
authorunknown <timour@askmonty.org>2012-01-18 12:53:50 +0200
committerunknown <timour@askmonty.org>2012-01-18 12:53:50 +0200
commit69327e2987f7d5a2749860d269cdb4d75b646f24 (patch)
tree551c4396e8de5a41f4676a5dea443bd5a33a3242 /mysql-test/r/select_jcl6.result
parent6b4c132bc771631e85ca647f0dc4fc098859101a (diff)
downloadmariadb-git-69327e2987f7d5a2749860d269cdb4d75b646f24.tar.gz
Adjust test results after Monty's push of the new
handler counter Handler_read_rnd_deleted.
Diffstat (limited to 'mysql-test/r/select_jcl6.result')
-rw-r--r--mysql-test/r/select_jcl6.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/r/select_jcl6.result b/mysql-test/r/select_jcl6.result
index 2d3add1b922..88411e3482f 100644
--- a/mysql-test/r/select_jcl6.result
+++ b/mysql-test/r/select_jcl6.result
@@ -4353,7 +4353,8 @@ Handler_read_key 2
Handler_read_next 10
Handler_read_prev 0
Handler_read_rnd 10
-Handler_read_rnd_next 7
+Handler_read_rnd_deleted 1
+Handler_read_rnd_next 6
DROP TABLE t1, t2;
CREATE TABLE t1 (f1 bigint(20) NOT NULL default '0',
f2 int(11) NOT NULL default '0',