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:
unknown 2003-06-26 07:56:55 +03:00
commit 7539980eb1
5 changed files with 40 additions and 28 deletions

View file

@ -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__