Commit 7779b983 authored by Alexey Kopytov's avatar Alexey Kopytov

Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.

Null-merged patch for bug 53907.

Conflicts:

   conflict      sql/sql_parse.cc
parents a2e7f632 4c31276e
...@@ -60,6 +60,10 @@ ...@@ -60,6 +60,10 @@
#define USE_PRAGMA_INTERFACE #define USE_PRAGMA_INTERFACE
#endif #endif
#if defined(__OpenBSD__) && (OpenBSD >= 200411)
#define HAVE_ERRNO_AS_DEFINE
#endif
#if defined(i386) && !defined(__i386__) #if defined(i386) && !defined(__i386__)
#define __i386__ #define __i386__
#endif #endif
......
...@@ -16,11 +16,7 @@ ...@@ -16,11 +16,7 @@
/** /**
@file @file
This file is the net layer API for the MySQL client/server protocol, 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.
Write and read of logical packets to/from socket. Write and read of logical packets to/from socket.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment