diff options
author | unknown <hf@deer.(none)> | 2003-07-04 11:40:10 +0500 |
---|---|---|
committer | unknown <hf@deer.(none)> | 2003-07-04 11:40:10 +0500 |
commit | 14fd42e13ff008247ede01c48780539f23931e2d (patch) | |
tree | 572877a5051cb3620e9ad1231011d6387afc1e8c /sql/net_serv.cc | |
parent | 06f3d10ffd9e86a932704c4c5c8a82c39b8a6d8e (diff) | |
download | mariadb-git-14fd42e13ff008247ede01c48780539f23931e2d.tar.gz |
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
Diffstat (limited to 'sql/net_serv.cc')
-rw-r--r-- | sql/net_serv.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/net_serv.cc b/sql/net_serv.cc index 370c046c660..3f73825b2d8 100644 --- a/sql/net_serv.cc +++ b/sql/net_serv.cc @@ -51,9 +51,7 @@ #ifdef EMBEDDED_LIBRARY -#ifdef net_flush #undef net_flush -#endif extern "C" { my_bool net_flush(NET *net); |