summaryrefslogtreecommitdiff
path: root/myisam/ft_nlq_search.c
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2003-01-08 19:40:35 +0100
committerunknown <serg@sergbook.mysql.com>2003-01-08 19:40:35 +0100
commit3a8d0b7df57a722d85de55e7446ce708ed808581 (patch)
tree8397409dbcd583323a7bb4daaaf519c204393603 /myisam/ft_nlq_search.c
parent7560ffcfafd5ffa4283c1b0aa172eed6f95ff1d5 (diff)
downloadmariadb-git-3a8d0b7df57a722d85de55e7446ce708ed808581.tar.gz
ft_nlq_search.c:
no _mi_search_next() bug fixed myisam/ft_nlq_search.c: no _mi_search_next() bug fixed
Diffstat (limited to 'myisam/ft_nlq_search.c')
-rw-r--r--myisam/ft_nlq_search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/ft_nlq_search.c b/myisam/ft_nlq_search.c
index 8c5d504b8d5..95ff700f815 100644
--- a/myisam/ft_nlq_search.c
+++ b/myisam/ft_nlq_search.c
@@ -97,6 +97,7 @@ static int walk_and_match(FT_WORD *word, uint32 count, ALL_IN_ONE *aio)
r=_mi_search(aio->info, aio->keyinfo, aio->keybuff, keylen,
SEARCH_FIND | SEARCH_PREFIX, aio->key_root);
+ aio->info->update|= HA_STATE_AKTIV; /* for _mi_test_if_changed() */
while (!r)
{