Commit ba0ee910 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Merge branch '10.0-galera' into 10.1

parents 532333ee eba0120d
......@@ -385,7 +385,7 @@ static int generate_binlog_opt_val(char** ret)
{
assert(opt_bin_logname);
*ret= strcmp(opt_bin_logname, "0") ?
my_strdup(opt_bin_logname, MYF(0)) : my_strdup("", MYF(0));
my_strdup(opt_bin_logname, MYF(0)) : my_strdup("", MYF(0));
}
else
{
......
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