diff options
author | unknown <monty@work.mysql.com> | 2001-09-06 01:23:01 +0200 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-09-06 01:23:01 +0200 |
commit | 07a887b3836904c19a7dcc74ac1b73e82dbed7ec (patch) | |
tree | da0703f784fe354662face98d9ace2a17f852202 /libmysql | |
parent | fec70ce417c4574c3d269337820fe67ae3ff510b (diff) | |
download | mariadb-git-07a887b3836904c19a7dcc74ac1b73e82dbed7ec.tar.gz |
Portability fixes
libmysql/libmysql.c:
Remove duplicated define
sql/log_event.cc:
Portability fix
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/libmysql.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysql/libmysql.c b/libmysql/libmysql.c index 469331641c8..0cb6170b25c 100644 --- a/libmysql/libmysql.c +++ b/libmysql/libmysql.c @@ -15,7 +15,6 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#define DONT_USE_RAID #include <global.h> #if defined(__WIN__) || defined(_WIN32) || defined(_WIN64) #include <winsock.h> |