Commit afc56a50 authored by Alexander Kuleshov's avatar Alexander Kuleshov Committed by Sergey Vojtovich

merge two the same consistently 'if' clauses into one

we have two the same 'if' clauses that check opt_bin_log argument
in mysqld.cc and both clauses go successively one after another.
Let's merge them into one
parent f8bdf4d1
......@@ -5299,10 +5299,7 @@ static int init_server_components()
{
unireg_abort(1);
}
}
if (opt_bin_log)
{
log_bin_basename=
rpl_make_log_name(opt_bin_logname, pidfile_name,
opt_bin_logname ? "" : "-bin");
......
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