Navigation Menu

Skip to content

Commit

Permalink
test: update expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 10, 2015
1 parent b162f07 commit c0723df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Expand Up @@ -11,5 +11,5 @@ memos CREATE TABLE `memos` (
) ENGINE=Mroonga DEFAULT CHARSET=utf8
SELECT mroonga_command("dump --dump_plugins no --dump_schema no");
mroonga_command("dump --dump_plugins no --dump_schema no")
column_create memos-content index COLUMN_INDEX|WITH_WEIGHT|WITH_POSITION memos content
column_create memos#content index COLUMN_INDEX|WITH_WEIGHT|WITH_POSITION memos content
DROP TABLE memos;
Expand Up @@ -22,7 +22,7 @@ column_create mroonga_operations type COLUMN_SCALAR ShortText
table_create memos TABLE_NO_KEY
column_create memos content COLUMN_SCALAR ShortText

table_create memos-content TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI --token_filters TokenFilterStopWord,TokenFilterStopWord
table_create memos#content TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI --token_filters TokenFilterStopWord,TokenFilterStopWord

column_create memos-content index COLUMN_INDEX|WITH_POSITION memos content
column_create memos#content index COLUMN_INDEX|WITH_POSITION memos content
DROP TABLE memos;
Expand Up @@ -12,5 +12,5 @@ memos CREATE TABLE `memos` (
) ENGINE=Mroonga DEFAULT CHARSET=utf8 COMMENT='ENGINE "InnoDB"'
SELECT mroonga_command("dump --dump_plugins no --dump_schema no");
mroonga_command("dump --dump_plugins no --dump_schema no")
column_create memos-content index COLUMN_INDEX|WITH_WEIGHT|WITH_POSITION memos
column_create memos#content index COLUMN_INDEX|WITH_WEIGHT|WITH_POSITION memos
DROP TABLE memos;
Expand Up @@ -24,7 +24,7 @@ column_create mroonga_operations type COLUMN_SCALAR ShortText

table_create memos TABLE_HASH_KEY ShortText

table_create memos-content TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI --token_filters TokenFilterStopWord,TokenFilterStopWord
table_create memos#content TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI --token_filters TokenFilterStopWord,TokenFilterStopWord

column_create memos-content index COLUMN_INDEX|WITH_POSITION memos
column_create memos#content index COLUMN_INDEX|WITH_POSITION memos
DROP TABLE memos;

0 comments on commit c0723df

Please sign in to comment.