mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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:
@@ -70,7 +70,7 @@ protected:
|
||||
|
||||
virtual bool send_ok(uint server_status, uint statement_warn_count,
|
||||
ulonglong affected_rows, ulonglong last_insert_id,
|
||||
const char *message, bool skip_flush);
|
||||
const char *message);
|
||||
|
||||
virtual bool send_eof(uint server_status, uint statement_warn_count);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user