summaryrefslogtreecommitdiff
path: root/sql/net_serv.cc
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2003-06-26 07:56:55 +0300
committermonty@mashka.mysql.fi <>2003-06-26 07:56:55 +0300
commit5f556f11e0e0ef0daefd41829cd400cc7addb583 (patch)
tree80a9ea494fdef18a20b754a4ce6bfd8179e5cfe0 /sql/net_serv.cc
parent7655f05dc2377b3df8b9fabb0e622781f65d5b60 (diff)
downloadmariadb-git-5f556f11e0e0ef0daefd41829cd400cc7addb583.tar.gz
Fixed memory allocation in Unique to not allocate too much memory
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r--sql/net_serv.cc3
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__