mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -826,7 +826,6 @@ typedef struct system_status_var
|
||||
ulong com_create_tmp_table;
|
||||
ulong com_drop_tmp_table;
|
||||
ulong com_other;
|
||||
ulong com_multi;
|
||||
|
||||
ulong com_stmt_prepare;
|
||||
ulong com_stmt_reprepare;
|
||||
@ -6902,10 +6901,6 @@ public:
|
||||
#define CF_SKIP_WSREP_CHECK 0
|
||||
#endif /* WITH_WSREP */
|
||||
|
||||
/**
|
||||
Do not allow it for COM_MULTI batch
|
||||
*/
|
||||
#define CF_NO_COM_MULTI (1U << 3)
|
||||
|
||||
/* Inline functions */
|
||||
|
||||
|
Reference in New Issue
Block a user