diff options
author | unknown <monty@mashka.mysql.fi> | 2003-06-26 07:56:55 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-06-26 07:56:55 +0300 |
commit | 7539980eb1e70144c8f1232271e4f24311426312 (patch) | |
tree | 80a9ea494fdef18a20b754a4ce6bfd8179e5cfe0 /sql/net_serv.cc | |
parent | a3beaaa3af7af26aabadda6836618d32d6c90e51 (diff) | |
download | mariadb-git-7539980eb1e70144c8f1232271e4f24311426312.tar.gz |
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
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index a8bc559e3a0..13f786e0e75 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -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__ |