diff options
author | Michael Widenius <monty@askmonty.org> | 2012-08-14 19:59:28 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-08-14 19:59:28 +0300 |
commit | b886cac7123bc37d055fecd49d9a30ce0c39da73 (patch) | |
tree | c20877daef97377e843fd3c821a58b6c90f08174 /storage/myisam | |
parent | c0f04fa31cd46c2507b2152eeeeb4950e0d5edc9 (diff) | |
download | mariadb-git-b886cac7123bc37d055fecd49d9a30ce0c39da73.tar.gz |
Fixed compiler errors
Updated test to also work on 32 bit
mysql-test/suite/heap/heap.test:
Updated test to also work on 32 bit
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; |