From 14fd42e13ff008247ede01c48780539f23931e2d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 4 Jul 2003 11:40:10 +0500 Subject: SCRUM Including client code into embedded library Code trimming (fixes of comments etc) include/mysql_com.h: Comment fixed include/mysql_embed.h: comment fixed include/violite.h: comment fixed libmysql/libmysql.c: #undef should work anyway libmysqld/libmysqld.c: comment fixed sql-common/client.c: #undef should work anyway sql/net_serv.cc: #undef should work anyway --- sql-common/client.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sql-common') diff --git a/sql-common/client.c b/sql-common/client.c index 0ce693f90eb..f1e9f79c8e5 100644 --- a/sql-common/client.c +++ b/sql-common/client.c @@ -41,9 +41,7 @@ #ifdef EMBEDDED_LIBRARY -#ifdef MYSQL_SERVER #undef MYSQL_SERVER -#endif #ifndef MYSQL_CLIENT #define MYSQL_CLIENT @@ -51,9 +49,7 @@ #define CLI_MYSQL_REAL_CONNECT cli_mysql_real_connect -#ifdef net_flush #undef net_flush -#endif my_bool net_flush(NET *net); #else /*EMBEDDED_LIBRARY*/ -- cgit v1.2.1