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 /libmysqld/libmysqld.c | |
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 'libmysqld/libmysqld.c')
-rw-r--r-- | libmysqld/libmysqld.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmysqld/libmysqld.c b/libmysqld/libmysqld.c index 5b738f7f95b..6a71bb28150 100644 --- a/libmysqld/libmysqld.c +++ b/libmysqld/libmysqld.c @@ -64,8 +64,7 @@ emb_advanced_command(MYSQL *mysql, enum enum_server_command command, const char *header, ulong header_length, const char *arg, ulong arg_length, my_bool skip_check); -/*FROM client.c - */ +/* From client.c */ void mysql_read_default_options(struct st_mysql_options *options, const char *filename,const char *group); MYSQL * STDCALL |