mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -281,7 +281,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);
|
||||
virtual bool send_error(uint sql_errno, const char *err_msg, const char* sqlstate);
|
||||
@@ -5444,7 +5444,7 @@ bool Protocol_local::send_out_parameters(List<Item_param> *sp_params)
|
||||
bool
|
||||
Protocol_local::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)
|
||||
{
|
||||
/*
|
||||
Just make sure nothing is sent to the client, we have grabbed
|
||||
|
Reference in New Issue
Block a user