diff options
author | Igor Babaev <igor@askmonty.org> | 2010-10-06 20:35:47 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2010-10-06 20:35:47 -0700 |
commit | 9935829762c88762ca3348bd18765c708205212e (patch) | |
tree | 70295e274cf7574da6e461212fdddb4079d631ac /mysql-test | |
parent | 79087c9e072ea2c1af3f1372d5c37729545f618c (diff) | |
download | mariadb-git-9935829762c88762ca3348bd18765c708205212e.tar.gz |
Adjusted results for pbxt suite after the patch for bug 57024.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/suite/pbxt/r/null_key.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/suite/pbxt/r/null_key.result b/mysql-test/suite/pbxt/r/null_key.result index 48ea4f6dbd2..dca1dde82e9 100644 --- a/mysql-test/suite/pbxt/r/null_key.result +++ b/mysql-test/suite/pbxt/r/null_key.result @@ -423,8 +423,8 @@ FOUND_ROWS() SHOW STATUS LIKE "handler_read%"; Variable_name Value Handler_read_first 0 -Handler_read_key 8 -Handler_read_next 31942 +Handler_read_key 6 +Handler_read_next 2 Handler_read_prev 0 Handler_read_rnd 0 Handler_read_rnd_next 5 |