[Groonga-mysql-commit] mroonga/mroonga at 81583a8 [master] test: rename add reference table with comment type to add table

Back to archive index

Kenji Maruyama null+****@clear*****
Tue Feb 25 17:52:13 JST 2014


Kenji Maruyama	2014-02-25 17:52:13 +0900 (Tue, 25 Feb 2014)

  New Revision: 81583a8c63079e5aa1373ed78db51997f5bd2525
  https://github.com/mroonga/mroonga/commit/81583a8c63079e5aa1373ed78db51997f5bd2525

  Message:
    test: rename add reference table with comment type to add table

  Renamed files:
    mysql-test/mroonga/storage/alter_table/fulltext/add/r/table.result
      (from mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/r/with_comment_type.result)
    mysql-test/mroonga/storage/alter_table/fulltext/add/t/table.test
      (from mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/t/with_comment_type.test)

  Renamed: mysql-test/mroonga/storage/alter_table/fulltext/add/r/table.result (+1 -1) 95%
===================================================================
--- mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/r/with_comment_type.result    2014-02-25 10:20:39 +0900 (71817c3)
+++ mysql-test/mroonga/storage/alter_table/fulltext/add/r/table.result    2014-02-25 17:52:13 +0900 (705d2f7)
@@ -12,7 +12,7 @@ INSERT INTO bugs (id, tags) VALUES (1, "Groonga Mroonga");
 SELECT * FROM bugs;
 id	tags
 1	GROONGA MROONGA
-ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'type "tags", table "tags"';
+ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'table "tags"';
 SELECT * FROM bugs
 WHERE MATCH(tags) AGAINST("Groonga");
 id	tags

  Renamed: mysql-test/mroonga/storage/alter_table/fulltext/add/t/table.test (+1 -1) 97%
===================================================================
--- mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/t/with_comment_type.test    2014-02-25 10:20:39 +0900 (21b4e3b)
+++ mysql-test/mroonga/storage/alter_table/fulltext/add/t/table.test    2014-02-25 17:52:13 +0900 (62ba6bb)
@@ -36,7 +36,7 @@ INSERT INTO bugs (id, tags) VALUES (1, "Groonga Mroonga");
 
 SELECT * FROM bugs;
 
-ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'type "tags", table "tags"';
+ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'table "tags"';
 
 SELECT * FROM bugs
   WHERE MATCH(tags) AGAINST("Groonga");
-------------- next part --------------
HTML����������������������������...
Download 



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