MXS-2521:Route subseqenct COM_STMT_EXECUTE to the same server which first COM_STMT_EXECUTE was executed on
This commit is contained in:
@ -122,7 +122,7 @@ void process_sescmd_response(RWSplitSession* rses, SRWBackend& backend,
|
||||
{
|
||||
/** Map the returned response to the internal ID */
|
||||
MXS_INFO("PS ID %u maps to internal ID %lu", resp.id, id);
|
||||
rses->ps_handles[resp.id] = id;
|
||||
rses->ps_handles[resp.id] = (id << 16) + resp.parameters;
|
||||
}
|
||||
|
||||
// Discard any slave connections that did not return the same result
|
||||
|
||||
Reference in New Issue
Block a user