MXS-1209: var name fix
var name fix
This commit is contained in:
@ -3087,11 +3087,7 @@ static bool blr_handle_fake_rotate(ROUTER_INSTANCE *router,
|
||||
|
||||
spinlock_release(&router->binlog_lock);
|
||||
|
||||
if (!blr_rotate_event(router, ptr, hdr))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
return blr_rotate_event(router, ptr, hdr);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user