diff options
author | hf@deer.(none) <> | 2003-07-04 11:40:10 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-07-04 11:40:10 +0500 |
commit | c224b55835a01ad38f6b978fe1e23b9363bae1cc (patch) | |
tree | 572877a5051cb3620e9ad1231011d6387afc1e8c /sql-common | |
parent | fed7a8d6726fed8b10c0c285315244910bca05ad (diff) | |
download | mariadb-git-c224b55835a01ad38f6b978fe1e23b9363bae1cc.tar.gz |
SCRUM
Including client code into embedded library
Code trimming (fixes of comments etc)
Diffstat (limited to 'sql-common')
-rw-r--r-- | sql-common/client.c | 4 |
1 files changed, 0 insertions, 4 deletions
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*/ |