summaryrefslogtreecommitdiff
path: root/mysql-test/r/rowid_order_innodb.result
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-07-20 16:51:30 +0200
committerunknown <serg@serg.mylan>2004-07-20 16:51:30 +0200
commit362ce6a8aa9db55c5dd0947e997a4a13e7b15b5e (patch)
tree38aaeac3f4adfa2909485e8fe153b7987b7212f8 /mysql-test/r/rowid_order_innodb.result
parente2d25910f8d5a5edacf3b64ad24f7e9dcd06123f (diff)
downloadmariadb-git-362ce6a8aa9db55c5dd0947e997a4a13e7b15b5e.tar.gz
results updated
Diffstat (limited to 'mysql-test/r/rowid_order_innodb.result')
-rw-r--r--mysql-test/r/rowid_order_innodb.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rowid_order_innodb.result b/mysql-test/r/rowid_order_innodb.result
index c56eb1a5cde..f76002e9cb2 100644
--- a/mysql-test/r/rowid_order_innodb.result
+++ b/mysql-test/r/rowid_order_innodb.result
@@ -14,7 +14,7 @@ insert into t1 values (-5, 1, 1),
(10, 1, 1);
explain select * from t1 force index(key1, key2) where key1 < 3 or key2 < 3;
id select_type table type possible_keys key key_len ref rows Extra
-1 SIMPLE t1 index_merge key1,key2 key1,key2 5,5 NULL 6 Using sort_union(key1,key2); Using where
+1 SIMPLE t1 index_merge key1,key2 key1,key2 5,5 NULL 4 Using sort_union(key1,key2); Using where
select * from t1 force index(key1, key2) where key1 < 3 or key2 < 3;
pk1 key1 key2
-100 1 1