diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-09-11 20:47:17 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-09-11 20:47:17 +0500 |
commit | 4c2d50e426a9c93445a6759d5761e551c9da7ec7 (patch) | |
tree | 3e602b95d1f62664fe0eb1d62e2cf01156c8e515 /mysql-test/r/partition_pruning.result | |
parent | 1e3be8ca64b9eb1bbac36e31a88390a6e1d2d349 (diff) | |
download | mariadb-git-4c2d50e426a9c93445a6759d5761e551c9da7ec7.tar.gz |
merging
Diffstat (limited to 'mysql-test/r/partition_pruning.result')
-rw-r--r-- | mysql-test/r/partition_pruning.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/partition_pruning.result b/mysql-test/r/partition_pruning.result index 776e6f3a15a..9595676016c 100644 --- a/mysql-test/r/partition_pruning.result +++ b/mysql-test/r/partition_pruning.result @@ -631,7 +631,7 @@ flush status; delete from t2 where b > 5; show status like 'Handler_read_rnd_next'; Variable_name Value -Handler_read_rnd_next 1115 +Handler_read_rnd_next 1215 show status like 'Handler_read_key'; Variable_name Value Handler_read_key 0 @@ -645,7 +645,7 @@ flush status; delete from t2 where b < 5 or b > 3; show status like 'Handler_read_rnd_next'; Variable_name Value -Handler_read_rnd_next 1115 +Handler_read_rnd_next 1215 show status like 'Handler_read_key'; Variable_name Value Handler_read_key 0 |