summaryrefslogtreecommitdiff
path: root/sql/client_settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/client_settings.h')
-rw-r--r--sql/client_settings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/client_settings.h b/sql/client_settings.h
index bc4cdf2a777..1963281d980 100644
--- a/sql/client_settings.h
+++ b/sql/client_settings.h
@@ -23,11 +23,12 @@ extern char *mysql_unix_port;
| CLIENT_LOCAL_FILES | CLIENT_SECURE_CONNECTION)
-extern ulong slave_net_timeout;
#define init_sigpipe_variables
#define set_sigpipe(mysql)
#define reset_sigpipe(mysql)
+extern ulong slave_net_timeout;
+
#ifdef HAVE_SMEM
#undef HAVE_SMEM
#endif