summaryrefslogtreecommitdiff
path: root/vio
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-08-23 15:14:01 +0300
committermonty@hundin.mysql.fi <>2002-08-23 15:14:01 +0300
commit7dac7062fae0e1cc7bc269e8a8575c5d6f5c5d74 (patch)
treebca567751e08d245abe17e089c4c522b91c2dbe8 /vio
parentd3484f889ac2af1f6bfaae08395d86f99bbf0322 (diff)
downloadmariadb-git-7dac7062fae0e1cc7bc269e8a8575c5d6f5c5d74.tar.gz
Changed relay_log_space to ulonglong
Removed compiler warnings.
Diffstat (limited to 'vio')
-rw-r--r--vio/vio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/vio/vio.c b/vio/vio.c
index 445aec3e3a7..bed380c6cd9 100644
--- a/vio/vio.c
+++ b/vio/vio.c
@@ -24,11 +24,10 @@
#define DONT_MAP_VIO
#include <my_global.h>
#include <mysql_com.h>
-#include <violite.h>
-#include <errno.h>
#include <my_sys.h>
-#include <my_net.h>
#include <m_string.h>
+#include <violite.h>
+#include <errno.h>
/*
* Helper to fill most of the Vio* with defaults.