summaryrefslogtreecommitdiff
path: root/mysql-test/r/range.result
diff options
context:
space:
mode:
authorgkodinov/kgeorge@macbook.gmz <>2007-01-24 15:55:16 +0200
committergkodinov/kgeorge@macbook.gmz <>2007-01-24 15:55:16 +0200
commit13238b0e3d2c8c1362c3f8a18c62e8913e7926e6 (patch)
tree765799d33f106ece57d8b1dc6f539e14b913f03c /mysql-test/r/range.result
parent17a0207ecee35c82e0a488b900d0e6279a596577 (diff)
downloadmariadb-git-13238b0e3d2c8c1362c3f8a18c62e8913e7926e6.tar.gz
merge of 5.0-opt -> 5.1-opt
Diffstat (limited to 'mysql-test/r/range.result')
-rw-r--r--mysql-test/r/range.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/range.result b/mysql-test/r/range.result
index c94efb50bfe..1023287572d 100644
--- a/mysql-test/r/range.result
+++ b/mysql-test/r/range.result
@@ -705,7 +705,7 @@ v.oxrootid ='d8c4177d09f8b11f5.52725521' AND
s.oxleft > v.oxleft AND s.oxleft < v.oxright;
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE v ref OXLEFT,OXRIGHT,OXROOTID OXROOTID 34 const 5 Using where
-1 SIMPLE s ALL OXLEFT NULL NULL NULL 5 Range checked for each record (index map: 0x4)
+1 SIMPLE s ALL OXLEFT NULL NULL NULL 6 Range checked for each record (index map: 0x4)
SELECT s.oxid FROM t1 v, t1 s
WHERE s.oxrootid = 'd8c4177d09f8b11f5.52725521' AND
v.oxrootid ='d8c4177d09f8b11f5.52725521' AND