summaryrefslogtreecommitdiff
path: root/sql/net_serv.cc
diff options
context:
space:
mode:
authorAlexey Kopytov <Alexey.Kopytov@Sun.com>2010-05-27 14:42:12 +0400
committerAlexey Kopytov <Alexey.Kopytov@Sun.com>2010-05-27 14:42:12 +0400
commit17325b8d6788cfd6f8ff158a6e7e11c7ab9f008e (patch)
treead1ade4c08ab71afbaee51c4b337e8f67e3df6bf /sql/net_serv.cc
parentb19c880522ebc4ba232373d48be67a49fa921286 (diff)
parent54a006fa0f33147b61a309a28e9ee0e3742f829c (diff)
downloadmariadb-git-17325b8d6788cfd6f8ff158a6e7e11c7ab9f008e.tar.gz
Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.
Null-merged patch for bug 53907. Conflicts: conflict sql/sql_parse.cc
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r--sql/net_serv.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc
index 28ed4cbdbaf..a29f0e394dc 100644
--- a/sql/net_serv.cc
+++ b/sql/net_serv.cc
@@ -16,11 +16,7 @@
/**
@file
- This file is the net layer API for the MySQL client/server protocol,
- which is a tightly coupled, proprietary protocol owned by MySQL AB.
- @note
- Any re-implementations of this protocol must also be under GPL
- unless one has got an license from MySQL AB stating otherwise.
+ This file is the net layer API for the MySQL client/server protocol.
Write and read of logical packets to/from socket.