Kouhei Sutou
null+****@clear*****
Wed Aug 24 15:23:31 JST 2016
Kouhei Sutou 2016-08-24 15:23:31 +0900 (Wed, 24 Aug 2016) New Revision: 40fca6a8c4db465542911a6112e01b7b99ae5138 https://github.com/mroonga/mroonga/commit/40fca6a8c4db465542911a6112e01b7b99ae5138 Message: test: follow Groonga's dump command change Modified files: mysql-test/mroonga/storage/alter_table/r/change_token_filter.result Modified: mysql-test/mroonga/storage/alter_table/r/change_token_filter.result (+12 -12) =================================================================== --- mysql-test/mroonga/storage/alter_table/r/change_token_filter.result 2016-08-24 15:22:35 +0900 (44b01a1) +++ mysql-test/mroonga/storage/alter_table/r/change_token_filter.result 2016-08-24 15:23:31 +0900 (9fc3b40) @@ -12,6 +12,10 @@ FULLTEXT INDEX (content) COMMENT 'table "terms"' ) DEFAULT CHARSET=utf8; SELECT mroonga_command("dump --dump_plugins no"); mroonga_command("dump --dump_plugins no") +table_create memos TABLE_PAT_KEY Int32 +column_create memos content COLUMN_SCALAR LongText +column_create memos id COLUMN_SCALAR Int32 + table_create mroonga_operations TABLE_NO_KEY column_create mroonga_operations record COLUMN_SCALAR UInt32 column_create mroonga_operations table COLUMN_SCALAR ShortText @@ -21,23 +25,19 @@ table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --nor column_create terms is_stop_word COLUMN_SCALAR Int8 column_create terms term COLUMN_SCALAR ShortText -table_create memos TABLE_PAT_KEY Int32 -column_create memos content COLUMN_SCALAR LongText -column_create memos id COLUMN_SCALAR Int32 - column_create terms content COLUMN_INDEX|WITH_POSITION memos content ALTER TABLE terms COMMENT='default_tokenizer "TokenBigram", token_filters "TokenFilterStopWord"'; SELECT mroonga_command("dump --dump_plugins no"); mroonga_command("dump --dump_plugins no") +table_create memos TABLE_PAT_KEY Int32 +column_create memos content COLUMN_SCALAR LongText +column_create memos id COLUMN_SCALAR Int32 + table_create mroonga_operations TABLE_NO_KEY column_create mroonga_operations record COLUMN_SCALAR UInt32 column_create mroonga_operations table COLUMN_SCALAR ShortText column_create mroonga_operations type COLUMN_SCALAR ShortText -table_create memos TABLE_PAT_KEY Int32 -column_create memos content COLUMN_SCALAR LongText -column_create memos id COLUMN_SCALAR Int32 - table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI --token_filters TokenFilterStopWord column_create terms is_stop_word COLUMN_SCALAR Int8 column_create terms term COLUMN_SCALAR ShortText @@ -45,15 +45,15 @@ ALTER TABLE memos DISABLE KEYS; ALTER TABLE memos ENABLE KEYS; SELECT mroonga_command("dump --dump_plugins no"); mroonga_command("dump --dump_plugins no") +table_create memos TABLE_PAT_KEY Int32 +column_create memos content COLUMN_SCALAR LongText +column_create memos id COLUMN_SCALAR Int32 + table_create mroonga_operations TABLE_NO_KEY column_create mroonga_operations record COLUMN_SCALAR UInt32 column_create mroonga_operations table COLUMN_SCALAR ShortText column_create mroonga_operations type COLUMN_SCALAR ShortText -table_create memos TABLE_PAT_KEY Int32 -column_create memos content COLUMN_SCALAR LongText -column_create memos id COLUMN_SCALAR Int32 - table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI --token_filters TokenFilterStopWord column_create terms is_stop_word COLUMN_SCALAR Int8 column_create terms term COLUMN_SCALAR ShortText -------------- next part -------------- HTML����������������������������...Télécharger