Merge branch '2.3' into develop
This commit is contained in:
@ -169,7 +169,8 @@ ServerOperation::ServerOperation(MariaDBServer* target, bool was_is_master, bool
|
||||
|
||||
ServerOperation::ServerOperation(MariaDBServer* target, bool was_is_master, bool handle_events,
|
||||
const std::string& sql_file)
|
||||
: ServerOperation(target, was_is_master, handle_events, sql_file, {}, {})
|
||||
: ServerOperation(target, was_is_master, handle_events, sql_file,
|
||||
SlaveStatusArray() /* empty */, EventNameSet() /* empty */)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user