MXS-2325 Fix Debian 8 compilation

This commit is contained in:
Esa Korhonen
2019-03-11 14:24:49 +02:00
parent 50f588db3e
commit c8078c99e5
2 changed files with 4 additions and 2 deletions

View File

@ -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 */)
{
}