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

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 16 23:31:39 JST 2015


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

  New Revision: ba0e6068590adf9415cb660baf4353fa9d53f520
  https://github.com/mroonga/mroonga/commit/ba0e6068590adf9415cb660baf4353fa9d53f520

  Message:
    test: follow FT_SORT flag support

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

  Modified: mysql-test/mroonga/wrapper/fulltext/insert/r/select.result (+2 -2)
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/insert/r/select.result    2015-05-16 23:30:17 +0900 (03300e3)
+++ mysql-test/mroonga/wrapper/fulltext/insert/r/select.result    2015-05-16 23:31:39 +0900 (7391ee4)
@@ -55,12 +55,12 @@ c1	c2	match(c2) against("ii")
 3	aa ii ii ii oo	524289
 select c1,c2,match(c2) against("ii") from t1 where match(c2) against("ii");
 c1	c2	match(c2) against("ii")
-1	aa ii uu ee oo	174763
 3	aa ii ii ii oo	524289
 5	ta ti ii ii to	349526
+1	aa ii uu ee oo	174763
 select c1,c2,match(c2) against("ii") from t1 where match(c2) against("ii");
 c1	c2	match(c2) against("ii")
-1	aa ii uu ee oo	174763
 3	aa ii ii ii oo	524289
 5	ta ti ii ii to	349526
+1	aa ii uu ee oo	174763
 drop table t1,t2;

  Modified: mysql-test/mroonga/wrapper/fulltext/insert/t/select.test (+1 -1)
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/insert/t/select.test    2015-05-16 23:30:17 +0900 (14274b9)
+++ mysql-test/mroonga/wrapper/fulltext/insert/t/select.test    2015-05-16 23:31:39 +0900 (f5ce5ee)
@@ -1,5 +1,5 @@
 # Copyright(C) 2010 Tetsuro IKEDA
-# 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
-------------- next part --------------
HTML����������������������������...
下載 



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