mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ft_init_stopwords() in embedded
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user