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 --- include/mysql_embed.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/mysql_embed.h') diff --git a/include/mysql_embed.h b/include/mysql_embed.h index ba71b2e93ea..7a169d4133e 100644 --- a/include/mysql_embed.h +++ b/include/mysql_embed.h @@ -19,9 +19,7 @@ #ifdef EMBEDDED_LIBRARY /* Things we don't need in the embedded version of MySQL */ -/*HFTODO -#undef HAVE_VIO - if we don't want client in embedded library -*/ +/* TODO HF add #undef HAVE_VIO if we don't want client in embedded library */ #undef HAVE_PSTACK /* No stacktrace */ #undef HAVE_DLOPEN /* No udf functions */ -- cgit v1.2.1