mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Added support for max_allowed_packet in option files read by mysql_option()
Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
This commit is contained in:
@ -222,7 +222,7 @@ net_store_length(char *pkg, ulonglong length)
|
||||
}
|
||||
*packet++=254;
|
||||
int8store(packet,length);
|
||||
return (char*) packet+9;
|
||||
return (char*) packet+8;
|
||||
}
|
||||
|
||||
char *
|
||||
|
Reference in New Issue
Block a user