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

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Jun 18 23:45:08 JST 2015


Kouhei Sutou	2015-06-18 23:45:08 +0900 (Thu, 18 Jun 2015)

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

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

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

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

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

  Renamed: mysql-test/mroonga/wrapper/create/table/tokenizer/t/comment.test (+3 -3) 88%
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/tokenizer/t/comment.test    2015-06-18 23:44:37 +0900 (ec52a5e)
+++ mysql-test/mroonga/wrapper/create/table/tokenizer/t/comment.test    2015-06-18 23:45:08 +0900 (0efadbe)
@@ -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

  Renamed: mysql-test/mroonga/wrapper/create/table/tokenizer/t/parameter.test (+4 -4) 85%
===================================================================
--- mysql-test/mroonga/wrapper/fulltext/tokenizer/t/parameter.test    2015-06-18 23:44:37 +0900 (cff1f3f)
+++ mysql-test/mroonga/wrapper/create/table/tokenizer/t/parameter.test    2015-06-18 23:45:08 +0900 (8495720)
@@ -14,10 +14,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
---source ../../../../include/mroonga/have_mariadb.inc
+--source ../../../../../include/mroonga/have_mariadb.inc
 --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;
@@ -41,4 +41,4 @@ SELECT * FROM diaries
 
 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
アーカイブの一覧に戻る