diff options
author | unknown <serg@serg.mysql.com> | 2003-01-27 00:14:12 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2003-01-27 00:14:12 +0100 |
commit | c4ab5e0f09c23d96c8441df1167c1cb62171b0ca (patch) | |
tree | 7d283b0fc4902230559920d72318eabd6fbee4e0 /libmysqld | |
parent | 2621b0b97c6feb3176ffd2bcc65e33ded0d7917e (diff) | |
download | mariadb-git-c4ab5e0f09c23d96c8441df1167c1cb62171b0ca.tar.gz |
ft_init_stopwords() in embedded
Diffstat (limited to 'libmysqld')
-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 |