You've already forked mariadb-connector-c
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:
@@ -157,7 +157,7 @@ int ma_net_flush(NET *net)
|
||||
{
|
||||
int error=0;
|
||||
|
||||
/* don't flush if com_multi is in progress */
|
||||
/* don't flush if pipelined query is in progress */
|
||||
if (net->extension->multi_status > COM_MULTI_OFF)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user