MXS-1423: CHANGE MASTER TO tests with GTID option set

MXS-1423: CHANGE MASTER TO tests with GTID option set
This commit is contained in:
MassimilianoPinto
2017-09-20 10:17:32 +02:00
parent 1b009f94cf
commit 825e1478a1
2 changed files with 86 additions and 0 deletions

View File

@ -9062,6 +9062,8 @@ static bool blr_change_binlog_name(ROUTER_INSTANCE *router,
else
{
*new_logfile = MXS_STRDUP_A("");
// Blank the error message
error[0] = 0;
}
}
}