Commit 4ce0b3bf authored by Sergei Golubchik's avatar Sergei Golubchik

fix MYSQL_FTPARSER_BOOLEAN_INFO initialization

parent dc900cc8
...@@ -5037,7 +5037,7 @@ fts_tokenize_document_internal( ...@@ -5037,7 +5037,7 @@ fts_tokenize_document_internal(
{ FT_TOKEN_WORD, 0, 0, 0, 0, 0, ' ', 0 }; { FT_TOKEN_WORD, 0, 0, 0, 0, 0, ' ', 0 };
*/ */
MYSQL_FTPARSER_BOOLEAN_INFO bool_info = MYSQL_FTPARSER_BOOLEAN_INFO bool_info =
{ FT_TOKEN_WORD, 0, 0, 0, 0, 0, (char *)" "}; { FT_TOKEN_WORD, 0, 0, 0, 0, ' ', 0};
ut_ad(len >= 0); ut_ad(len >= 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment