summaryrefslogtreecommitdiff
path: root/sql/client_settings.h
diff options
context:
space:
mode:
authorhf@deer.(none) <>2003-06-03 15:02:57 +0500
committerhf@deer.(none) <>2003-06-03 15:02:57 +0500
commit9ad3c1cdca71572210b0ca8f779412fc6f702138 (patch)
tree52e689b118c79c0b3706dafc28ecf72060fa9844 /sql/client_settings.h
parent02d3d7e8bd0b5a582befe8d02d41c9cca1bcfe8e (diff)
downloadmariadb-git-9ad3c1cdca71572210b0ca8f779412fc6f702138.tar.gz
SCRUM:
splittiln common client's parts
Diffstat (limited to 'sql/client_settings.h')
-rw-r--r--sql/client_settings.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/client_settings.h b/sql/client_settings.h
index de0c7f40717..bc4cdf2a777 100644
--- a/sql/client_settings.h
+++ b/sql/client_settings.h
@@ -15,19 +15,19 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifndef _client_settings_h
-#define _client_settings_h
#include <thr_alarm.h>
-#include <mysql_embed.h>
-#include <mysql_com.h>
+extern char *mysql_unix_port;
-#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG | \
- CLIENT_LOCAL_FILES | CLIENT_SECURE_CONNECTION)
+#define CLIENT_CAPABILITIES (CLIENT_LONG_PASSWORD | CLIENT_LONG_FLAG \
+ | CLIENT_LOCAL_FILES | CLIENT_SECURE_CONNECTION)
extern ulong slave_net_timeout;
#define init_sigpipe_variables
#define set_sigpipe(mysql)
#define reset_sigpipe(mysql)
-#endif /* _client_settings_h */
+
+#ifdef HAVE_SMEM
+#undef HAVE_SMEM
+#endif