diff options
author | monty@hundin.mysql.fi <> | 2002-08-23 15:14:01 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-23 15:14:01 +0300 |
commit | 7dac7062fae0e1cc7bc269e8a8575c5d6f5c5d74 (patch) | |
tree | bca567751e08d245abe17e089c4c522b91c2dbe8 /vio | |
parent | d3484f889ac2af1f6bfaae08395d86f99bbf0322 (diff) | |
download | mariadb-git-7dac7062fae0e1cc7bc269e8a8575c5d6f5c5d74.tar.gz |
Changed relay_log_space to ulonglong
Removed compiler warnings.
Diffstat (limited to 'vio')
-rw-r--r-- | vio/vio.c | 5 |
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. |