diff options
author | unknown <timour@askmonty.org> | 2012-01-18 12:53:50 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-01-18 12:53:50 +0200 |
commit | 69327e2987f7d5a2749860d269cdb4d75b646f24 (patch) | |
tree | 551c4396e8de5a41f4676a5dea443bd5a33a3242 /mysql-test/r/insert_select.result | |
parent | 6b4c132bc771631e85ca647f0dc4fc098859101a (diff) | |
download | mariadb-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/insert_select.result')
-rw-r--r-- | mysql-test/r/insert_select.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/insert_select.result b/mysql-test/r/insert_select.result index cf3c0b0731e..636eecc085b 100644 --- a/mysql-test/r/insert_select.result +++ b/mysql-test/r/insert_select.result @@ -697,6 +697,7 @@ Handler_read_key 0 Handler_read_next 0 Handler_read_prev 0 Handler_read_rnd 0 +Handler_read_rnd_deleted 0 Handler_read_rnd_next 1 DROP TABLE t1; CREATE TABLE t1 ( |