mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fixed memory allocation in Unique to not allocate too much memory
myisam/mi_info.c: Updated comments mysys/tree.c: Added comment sql/net_serv.cc: Added comment
This commit is contained in:
parent
a3beaaa3af
commit
7539980eb1
5 changed files with 40 additions and 28 deletions
|
|
@ -21,6 +21,9 @@
|
|||
Read packets are reallocated dynamicly when reading big packets.
|
||||
Each logical packet has the following pre-info:
|
||||
3 byte length & 1 byte package-number.
|
||||
|
||||
This file needs to be written in C as it's used by the libmysql client as a
|
||||
C file.
|
||||
*/
|
||||
|
||||
#ifdef __WIN__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue