[Groonga-mysql-commit] mroonga/mroonga at 7403e32 [master] test: move "PARSER" option for FULLTEXT INDEX tests to create/table/

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Jun 18 23:44:37 JST 2015


Kouhei Sutou	2015-06-18 23:44:37 +0900 (Thu, 18 Jun 2015)

  New Revision: 7403e328601e6552078aa7ea0ea7e4896a66d400
  https://github.com/mroonga/mroonga/commit/7403e328601e6552078aa7ea0ea7e4896a66d400

  Message:
    test: move "PARSER" option for FULLTEXT INDEX tests to create/table/

  Renamed files:
    mysql-test/mroonga/wrapper/create/table/parser/r/comment.result
      (from mysql-test/mroonga/wrapper/fulltext/parser/r/comment.result)
    mysql-test/mroonga/wrapper/create/table/parser/t/comment.test
      (from mysql-test/mroonga/wrapper/fulltext/parser/t/comment.test)

  Renamed: mysql-test/mroonga/wrapper/create/table/parser/r/comment.result (+0 -0) 100%
===================================================================

  Renamed: mysql-test/mroonga/wrapper/create/table/parser/t/comment.test (+3 -3) 88%
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/parser/t/comment.test    2015-06-18 23:43:55 +0900 (d1e9a0e)
+++ mysql-test/mroonga/wrapper/create/table/parser/t/comment.test    2015-06-18 23:44:37 +0900 (ad8ccef)
@@ -15,8 +15,8 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 --source include/have_innodb.inc
---source ../../../../include/mroonga/have_fulltext_index_comment.inc
---source ../../../../include/mroonga/have_mroonga.inc
+--source ../../../../../include/mroonga/have_fulltext_index_comment.inc
+--source ../../../../../include/mroonga/have_mroonga.inc
 
 --disable_warnings
 drop table if exists diaries;
@@ -36,4 +36,4 @@ select * from diaries;
 select * from diaries where match(body) against("+start" in boolean mode) order by id;
 drop table diaries;
 
---source ../../../../include/mroonga/have_mroonga_deinit.inc
+--source ../../../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る