diff options
Diffstat (limited to 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 1b180a728ba..bbeef27d81b 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -874,8 +874,8 @@ static int myisamchk(MI_CHECK *param, my_string filename) } else { - if (share->fulltext_index) - ft_init_stopwords(ft_precompiled_stopwords); /* SerG */ + if (share->state.header.fulltext_keys) + ft_init_stopwords(ft_precompiled_stopwords); if (!(param->testflag & T_READONLY)) lock_type = F_WRLCK; /* table is changed */ |