[Groonga-mysql-commit] mroonga/mroonga at 6298b47 [master] test: follow FT_SORT flag support

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 16 23:33:05 JST 2015


Kouhei Sutou	2015-05-16 23:33:05 +0900 (Sat, 16 May 2015)

  New Revision: 6298b470975c6714b58a79d844f5d82b674a5288
  https://github.com/mroonga/mroonga/commit/6298b470975c6714b58a79d844f5d82b674a5288

  Message:
    test: follow FT_SORT flag support

  Modified files:
    mysql-test/mroonga/wrapper/fulltext/r/many_records.result
    mysql-test/mroonga/wrapper/fulltext/t/many_records.test

  Modified: mysql-test/mroonga/wrapper/fulltext/r/many_records.result (+1 -1)
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/r/many_records.result    2015-05-16 23:31:39 +0900 (3809006)
+++ mysql-test/mroonga/wrapper/fulltext/r/many_records.result    2015-05-16 23:33:05 +0900 (03cf96b)
@@ -4112,7 +4112,7 @@ insert into diaries values(4094, "2022-09-28");
 insert into diaries values(4095, "2022-09-29");
 commit;
 set autocommit=1;
-select * from diaries where match(title) against("2022-09-0");
+select * from diaries where match(title) against("2022-09-0") order by id;
 id	title
 3824	2022-01-01
 3825	2022-01-02

  Modified: mysql-test/mroonga/wrapper/fulltext/t/many_records.test (+2 -2)
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/t/many_records.test    2015-05-16 23:31:39 +0900 (6ea1fae)
+++ mysql-test/mroonga/wrapper/fulltext/t/many_records.test    2015-05-16 23:33:05 +0900 (652e9ab)
@@ -1,4 +1,4 @@
-# Copyright(C) 2011 Kouhei Sutou <kou �� clear-code.com>
+# Copyright(C) 2011-2015 Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -4129,7 +4129,7 @@ insert into diaries values(4095, "2022-09-29");
 commit;
 set autocommit=1;
 
-select * from diaries where match(title) against("2022-09-0");
+select * from diaries where match(title) against("2022-09-0") order by id;
 
 drop table diaries;
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index