Commit 170a142e authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

ft_init_stopwords() in embedded

parent 2e03648a
...@@ -525,11 +525,11 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups) ...@@ -525,11 +525,11 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups)
} }
#else #else
locked_in_memory=0; locked_in_memory=0;
#endif #endif
if (opt_myisam_log) if (opt_myisam_log)
(void) mi_log( 1 ); (void) mi_log( 1 );
ft_init_stopwords(ft_precompiled_stopwords); ft_init_stopwords();
/* /*
init signals & alarm init signals & alarm
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment