Skip to content

Commit 3e7d4a8

Browse files
vuvovasanja-byelkin
authored andcommitted
don't init ddl_log on --help
fixes mtr failures when run from /usr/share/mysql-test
1 parent abbc882 commit 3e7d4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysqld.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5074,7 +5074,7 @@ static int init_server_components()
50745074

50755075
tc_log= 0; // ha_initialize_handlerton() needs that
50765076

5077-
if (ddl_log_initialize())
5077+
if (!opt_abort && ddl_log_initialize())
50785078
unireg_abort(1);
50795079

50805080
if (plugin_init(&remaining_argc, remaining_argv,

0 commit comments

Comments
 (0)