Commit 3e7d4a83 authored by Sergei Golubchik's avatar Sergei Golubchik Committed by Oleksandr Byelkin

don't init ddl_log on --help

fixes mtr failures when run from /usr/share/mysql-test
parent abbc8821
......@@ -5074,7 +5074,7 @@ static int init_server_components()
tc_log= 0; // ha_initialize_handlerton() needs that
if (ddl_log_initialize())
if (!opt_abort && ddl_log_initialize())
unireg_abort(1);
if (plugin_init(&remaining_argc, remaining_argv,
......
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