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 | 6ca760516a2a186b9861935d3737583275d3eeb4 (patch) | |
tree | 572877a5051cb3620e9ad1231011d6387afc1e8c /include/violite.h | |
parent | 96854f308e4db2344fe3071a0e3ef89435c2b7f8 (diff) | |
download | mariadb-git-6ca760516a2a186b9861935d3737583275d3eeb4.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 'include/violite.h')
-rw-r--r-- | include/violite.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/violite.h b/include/violite.h index eeb2cbd7185..9205f5b799a 100644 --- a/include/violite.h +++ b/include/violite.h @@ -220,8 +220,7 @@ enum SSL_type }; -/* HFTODO - hide this if we don't want client in embedded server - */ +/* HFTODO - hide this if we don't want client in embedded server */ /* This structure is for every connection on both sides */ struct st_vio { |