diff options
author | igor@olga.mysql.com <> | 2007-01-15 14:01:36 -0800 |
---|---|---|
committer | igor@olga.mysql.com <> | 2007-01-15 14:01:36 -0800 |
commit | f3b3f1ef73d32d75926266989702dcacdc5a8f73 (patch) | |
tree | 948e0a2b696b9258a0a3ac76e6c0b40fe0f1e0d5 /mysql-test/r/range.result | |
parent | 7f1e698412902294650869d410759eb551af8a83 (diff) | |
download | mariadb-git-f3b3f1ef73d32d75926266989702dcacdc5a8f73.tar.gz |
Adjusted results after merge 4.1 -> 5.0 for the patch fixing bug 24776.
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 6037824ea16..f84bb2788e1 100644 --- a/mysql-test/r/range.result +++ b/mysql-test/r/range.result @@ -704,7 +704,7 @@ WHERE s.oxrootid = 'd8c4177d09f8b11f5.52725521' AND 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 32 const 5 Using where +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) SELECT s.oxid FROM t1 v, t1 s WHERE s.oxrootid = 'd8c4177d09f8b11f5.52725521' AND |