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:
@ -18,6 +18,7 @@ RWBackend::RWBackend(SERVER_REF* ref):
|
|||||||
mxs::Backend(ref),
|
mxs::Backend(ref),
|
||||||
m_reply_state(REPLY_STATE_DONE),
|
m_reply_state(REPLY_STATE_DONE),
|
||||||
m_large_packet(false),
|
m_large_packet(false),
|
||||||
|
m_command(0),
|
||||||
m_open_cursor(false),
|
m_open_cursor(false),
|
||||||
m_expected_rows(0)
|
m_expected_rows(0)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user