1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

MDEV-21612 Remove COM_MULTI.

The server command code 254 is now reserved,
as well as corresponding protocol flag.

Do not reuse them.
This commit is contained in:
Vladislav Vaintroub
2020-04-22 01:55:59 +02:00
parent aa65bd1beb
commit c0837c3b8d
4 changed files with 4 additions and 6 deletions

View File

@@ -94,7 +94,6 @@ static const char *commands[]= {
"COM_SET_OPTION",
"COM_STMT_FETCH",
"COM_DAEMON",
"COM_MULTI",
"COM_END"
};