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:
Markus Mäkelä
2018-04-12 09:43:38 +03:00
parent 311adf817f
commit ad5458f0e7

View File

@ -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)
{