diff options
author | serg@serg.mysql.com <> | 2003-01-27 00:14:12 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2003-01-27 00:14:12 +0100 |
commit | 170a142e0897c7c18b4ccaab957d072475a45a25 (patch) | |
tree | 7d283b0fc4902230559920d72318eabd6fbee4e0 /libmysqld/lib_sql.cc | |
parent | 2e03648a0fffb7f9d378258a1a9ed9990b44e2c2 (diff) | |
download | mariadb-git-170a142e0897c7c18b4ccaab957d072475a45a25.tar.gz |
ft_init_stopwords() in embedded
Diffstat (limited to 'libmysqld/lib_sql.cc')
-rw-r--r-- | libmysqld/lib_sql.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc index 14d293d91e3..fad596d30b9 100644 --- a/libmysqld/lib_sql.cc +++ b/libmysqld/lib_sql.cc @@ -525,11 +525,11 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups) } #else locked_in_memory=0; -#endif +#endif if (opt_myisam_log) (void) mi_log( 1 ); - ft_init_stopwords(ft_precompiled_stopwords); + ft_init_stopwords(); /* init signals & alarm |