Fix to MXS-127:https://mariadb.atlassian.net/browse/MXS-127
Corrected the wrong session commands being deleted.
This commit is contained in:
@ -4384,7 +4384,7 @@ static bool route_session_write(
|
|||||||
if(BREF_IS_IN_USE(bref))
|
if(BREF_IS_IN_USE(bref))
|
||||||
{
|
{
|
||||||
|
|
||||||
if(bref->bref_sescmd_cur.position <= prop->rses_prop_data.sescmd.position)
|
if(bref->bref_sescmd_cur.position <= prop->rses_prop_data.sescmd.position + 1)
|
||||||
{
|
{
|
||||||
conflict = true;
|
conflict = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user