Kouhei Sutou
null+****@clear*****
Fri Oct 5 23:40:10 JST 2012
Kouhei Sutou 2012-10-05 23:40:10 +0900 (Fri, 05 Oct 2012) New Revision: e9d22c2a96b32ceaf718e7a61995fbc035bfccb0 https://github.com/mroonga/mroonga/commit/e9d22c2a96b32ceaf718e7a61995fbc035bfccb0 Log: Use border values Modified files: test/sql/suite/mroonga_storage/r/index_greater_than_or_equal_range_desc.result test/sql/suite/mroonga_storage/r/index_greater_than_range_desc.result test/sql/suite/mroonga_storage/t/index_greater_than_or_equal_range_desc.test test/sql/suite/mroonga_storage/t/index_greater_than_range_desc.test Modified: test/sql/suite/mroonga_storage/r/index_greater_than_or_equal_range_desc.result (+1 -1) =================================================================== --- test/sql/suite/mroonga_storage/r/index_greater_than_or_equal_range_desc.result 2012-10-05 23:30:32 +0900 (8ab86aa) +++ test/sql/suite/mroonga_storage/r/index_greater_than_or_equal_range_desc.result 2012-10-05 23:40:10 +0900 (ae6acb1) @@ -8,7 +8,7 @@ INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); -SELECT * FROM ids WHERE ids.id >= 2 ORDER BY ids.id DESC LIMIT 3; +SELECT * FROM ids WHERE ids.id >= 3 ORDER BY ids.id DESC LIMIT 3; id 5 4 Modified: test/sql/suite/mroonga_storage/r/index_greater_than_range_desc.result (+1 -2) =================================================================== --- test/sql/suite/mroonga_storage/r/index_greater_than_range_desc.result 2012-10-05 23:30:32 +0900 (68600ff) +++ test/sql/suite/mroonga_storage/r/index_greater_than_range_desc.result 2012-10-05 23:40:10 +0900 (b3b9a95) @@ -8,9 +8,8 @@ INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); -SELECT * FROM ids WHERE ids.id > 1 ORDER BY ids.id DESC LIMIT 3; +SELECT * FROM ids WHERE ids.id > 3 ORDER BY ids.id DESC LIMIT 3; id 5 4 -3 DROP TABLE ids; Modified: test/sql/suite/mroonga_storage/t/index_greater_than_or_equal_range_desc.test (+1 -1) =================================================================== --- test/sql/suite/mroonga_storage/t/index_greater_than_or_equal_range_desc.test 2012-10-05 23:30:32 +0900 (40da9c7) +++ test/sql/suite/mroonga_storage/t/index_greater_than_or_equal_range_desc.test 2012-10-05 23:40:10 +0900 (a9712f6) @@ -32,7 +32,7 @@ INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); -SELECT * FROM ids WHERE ids.id >= 2 ORDER BY ids.id DESC LIMIT 3; +SELECT * FROM ids WHERE ids.id >= 3 ORDER BY ids.id DESC LIMIT 3; DROP TABLE ids; Modified: test/sql/suite/mroonga_storage/t/index_greater_than_range_desc.test (+1 -1) =================================================================== --- test/sql/suite/mroonga_storage/t/index_greater_than_range_desc.test 2012-10-05 23:30:32 +0900 (3301efa) +++ test/sql/suite/mroonga_storage/t/index_greater_than_range_desc.test 2012-10-05 23:40:10 +0900 (666a3cd) @@ -32,7 +32,7 @@ INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); INSERT INTO ids VALUES(); -SELECT * FROM ids WHERE ids.id > 1 ORDER BY ids.id DESC LIMIT 3; +SELECT * FROM ids WHERE ids.id > 3 ORDER BY ids.id DESC LIMIT 3; DROP TABLE ids; -------------- next part -------------- HTML����������������������������...Download