diff options
Diffstat (limited to 'storage/myisam')
-rw-r--r-- | storage/myisam/ft_nlq_search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/myisam/ft_nlq_search.c b/storage/myisam/ft_nlq_search.c index 5a9468fe007..bafa7064e28 100644 --- a/storage/myisam/ft_nlq_search.c +++ b/storage/myisam/ft_nlq_search.c @@ -81,6 +81,7 @@ static int walk_and_match(FT_WORD *word, uint32 count, ALL_IN_ONE *aio) #error #endif DBUG_ENTER("walk_and_match"); + LINT_INIT_STRUCT(subkeys); word->weight=LWS_FOR_QUERY; |