diff options
author | unknown <gkodinov/kgeorge@macbook.gmz> | 2007-01-24 15:55:16 +0200 |
---|---|---|
committer | unknown <gkodinov/kgeorge@macbook.gmz> | 2007-01-24 15:55:16 +0200 |
commit | 6098f770787edc75992e0b9a96081dd77e4f89aa (patch) | |
tree | 765799d33f106ece57d8b1dc6f539e14b913f03c /mysql-test/r/range.result | |
parent | 276f0d4c5e4733d0953ed0fa7d696ccbe3ee89e0 (diff) | |
download | mariadb-git-6098f770787edc75992e0b9a96081dd77e4f89aa.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.result | 2 |
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 |