diff options
author | unknown <knielsen@knielsen-hq.org> | 2012-09-26 15:30:08 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2012-09-26 15:30:08 +0200 |
commit | 37155bf74a29a57829cc13947ac346b0f2c8fd28 (patch) | |
tree | ac37a43975fd4d3971f089955d74793ccd1e73ce /storage/myisam | |
parent | 7d82c6fa04a1469e657e2edb08e1629cd94c8c12 (diff) | |
download | mariadb-git-37155bf74a29a57829cc13947ac346b0f2c8fd28.tar.gz |
Fix some failures in 5.1 Buildbot:
- Fix some warnings in newer GCC (-Werror ...).
- Fix wrong STACK_DIRECTION detected by configure due to compiler inlining.
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 9ebdef582c9..be8d8390ba4 100644 --- a/storage/myisam/ft_nlq_search.c +++ b/storage/myisam/ft_nlq_search.c @@ -83,6 +83,7 @@ static int walk_and_match(FT_WORD *word, uint32 count, ALL_IN_ONE *aio) #error #endif DBUG_ENTER("walk_and_match"); + LINT_INIT(subkeys.i); word->weight=LWS_FOR_QUERY; |