Merge branch '2.2' into 2.3
This commit is contained in:
@ -104,6 +104,10 @@ bool RWBackend::write(GWBUF* buffer, response_type type)
|
||||
// Any non-zero flag value means that we have an open cursor
|
||||
m_opening_cursor = flags != 0;
|
||||
}
|
||||
else if (cmd == MXS_COM_STMT_CLOSE)
|
||||
{
|
||||
m_ps_handles.erase(it);
|
||||
}
|
||||
else if (cmd == MXS_COM_STMT_FETCH)
|
||||
{
|
||||
// Number of rows to fetch is a 4 byte integer after the ID
|
||||
|
Reference in New Issue
Block a user