MXS-1776: Initialize RWBackend::m_command
The variable was not initialized which caused COM_CHANGE_USER to produce unexpected behavior.
This commit is contained in:
parent
311adf817f
commit
ad5458f0e7
@ -18,6 +18,7 @@ RWBackend::RWBackend(SERVER_REF* ref):
|
||||
mxs::Backend(ref),
|
||||
m_reply_state(REPLY_STATE_DONE),
|
||||
m_large_packet(false),
|
||||
m_command(0),
|
||||
m_open_cursor(false),
|
||||
m_expected_rows(0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user