mysqld.cc cannot use unireg_abort before unireg_init
sql/mysqld.cc: cannot use unireg_abort before unireg_init
This commit is contained in:
parent
128d1bad54
commit
74bec0517b
@ -1705,7 +1705,7 @@ int main(int argc, char **argv)
|
||||
init_signals();
|
||||
|
||||
if (set_default_charset_by_name(default_charset, MYF(MY_WME)))
|
||||
unireg_abort(1);
|
||||
exit( 1 );
|
||||
charsets_list = list_charsets(MYF(MY_COMPILED_SETS|MY_CONFIG_SETS));
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
|
Loading…
x
Reference in New Issue
Block a user