Navigation Menu

Skip to content

Commit

Permalink
test: update expected for Groonga 8.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 29, 2018
1 parent e5d8236 commit 858b2f2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ mroonga_command("dump --dump_plugins no")
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"

table_create mroonga_operations TABLE_NO_KEY
column_create mroonga_operations record COLUMN_SCALAR UInt32
Expand Down

0 comments on commit 858b2f2

Please sign in to comment.