Fix the name of the undefined rlag value

Older name was used due to merge from 2.3.
This commit is contained in:
Marko 2019-07-29 22:27:16 +03:00
parent 4503f02adb
commit 3940547cc2

View File

@ -243,7 +243,7 @@ bool RWSplitSession::route_single_stmt(GWBUF* querybuf)
{
update_trx_statistics();
auto next_master = get_target_backend(BE_MASTER, NULL, MXS_RLAG_UNDEFINED);
auto next_master = get_target_backend(BE_MASTER, NULL, SERVER::RLAG_UNDEFINED);
if (should_replace_master(next_master))
{