summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-06-25 20:13:05 +0300
committermonty@mysql.com <>2004-06-25 20:13:05 +0300
commitb1d08ba2b423bd6d88aaa0efaba1807f7e792a47 (patch)
tree983268d5f30394d4fa4ffdd75cd095f6227e5170 /include
parentf6765146c1b97bbb71f79adbd275dc2b6ca79333 (diff)
parentc3eb93604085134940f89c7d12366d431ced9ea9 (diff)
downloadmariadb-git-b1d08ba2b423bd6d88aaa0efaba1807f7e792a47.tar.gz
Merge with 4.0 to get the latest bug patches to 4.1
Diffstat (limited to 'include')
-rw-r--r--include/mysql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h
index 9eedb849ec4..cd1226fb272 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -323,7 +323,7 @@ typedef struct st_mysql_parameters
unsigned long *p_net_buffer_length;
} MYSQL_PARAMETERS;
-#if !defined(MYSQL_CLIENT) && !defined(MYSQL_SERVER) && !defined(EMBEDDED_LIBRARY)
+#if !defined(MYSQL_SERVER) && !defined(EMBEDDED_LIBRARY)
#define max_allowed_packet (*mysql_get_parameters()->p_max_allowed_packet)
#define net_buffer_length (*mysql_get_parameters()->p_net_buffer_length)
#endif