1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

compilation/test fixes

This commit is contained in:
serg@sergbook.mysql.com
2007-04-29 17:46:18 -07:00
parent 10057bf4c3
commit 1bd2953c02
4 changed files with 8 additions and 7 deletions

View File

@ -259,9 +259,9 @@ MY_LOCALE *my_locale_by_number(uint number);
#define MAX_CONNECT_ERRORS 10 // errors before disabling host
#ifdef __NETWARE__
#define IF_NETWARE(A,B) (A)
#define IF_NETWARE(A,B) A
#else
#define IF_NETWARE(A,B) (B)
#define IF_NETWARE(A,B) B
#endif
#if defined(__WIN__)