mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-21612 - remove COM_MULTI from server and C/C
The COM_MULTI did not take off. No connector is using it. Remove related code from server, and client. If anything it is a step simplification of already-bloated dispatch_command(), and related code.
This commit is contained in:
@ -302,7 +302,6 @@ void
|
||||
Diagnostics_area::reset_diagnostics_area()
|
||||
{
|
||||
DBUG_ENTER("reset_diagnostics_area");
|
||||
m_skip_flush= FALSE;
|
||||
#ifdef DBUG_OFF
|
||||
m_can_overwrite_status= FALSE;
|
||||
/** Don't take chances in production */
|
||||
|
Reference in New Issue
Block a user