-
Paarth Madan authored
After looking through MySQL sourcecode, it appears 0x1a is already reserved for COM_RESET See, https://github.com/mysql/mysql-server/blob/1bfe02bdad6604d54913c62614bde57a055c8332/router/src/mysql_protocol/tests/test_classic_protocol.cc#L168-L173, which highlights that 0x1A is reserved for COM_RESET, while 0x1B behaves as expected for COM_SET_OPTION.
Paarth Madan authoredAfter looking through MySQL sourcecode, it appears 0x1a is already reserved for COM_RESET See, https://github.com/mysql/mysql-server/blob/1bfe02bdad6604d54913c62614bde57a055c8332/router/src/mysql_protocol/tests/test_classic_protocol.cc#L168-L173, which highlights that 0x1A is reserved for COM_RESET, while 0x1B behaves as expected for COM_SET_OPTION.
Loading