Kenji Maruyama
null+****@clear*****
Mon Feb 24 18:30:31 JST 2014
Kenji Maruyama 2014-02-24 18:30:31 +0900 (Mon, 24 Feb 2014) New Revision: 773f76520fdc1017552be727bd4cda045ae0fb49 https://github.com/mroonga/mroonga/commit/773f76520fdc1017552be727bd4cda045ae0fb49 Message: test: fix for allocate col_type Modified files: mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/r/with_comment_type.result mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/t/with_comment_type.test Modified: mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/r/with_comment_type.result (+1 -1) =================================================================== --- mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/r/with_comment_type.result 2014-02-24 18:27:58 +0900 (705d2f7) +++ mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/r/with_comment_type.result 2014-02-24 18:30:31 +0900 (71817c3) @@ -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 'table "tags"'; +ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'type "tags", table "tags"'; SELECT * FROM bugs WHERE MATCH(tags) AGAINST("Groonga"); id tags Modified: mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/t/with_comment_type.test (+1 -1) =================================================================== --- mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/t/with_comment_type.test 2014-02-24 18:27:58 +0900 (62ba6bb) +++ mysql-test/mroonga/storage/alter_table/fulltext/add_reference_table/t/with_comment_type.test 2014-02-24 18:30:31 +0900 (21b4e3b) @@ -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 'table "tags"'; +ALTER TABLE bugs ADD FULLTEXT INDEX bugs_tags_index (tags) COMMENT 'type "tags", table "tags"'; SELECT * FROM bugs WHERE MATCH(tags) AGAINST("Groonga"); -------------- next part -------------- HTML����������������������������... Download