Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
This commit is contained in:
commit
30bb7b5171
@ -1,6 +1,7 @@
|
|||||||
|
heikki@donna.mysql.fi
|
||||||
jani@janikt.pp.saunalahti.fi
|
jani@janikt.pp.saunalahti.fi
|
||||||
monty@hundin.mysql.fi
|
monty@hundin.mysql.fi
|
||||||
mwagner@evoq.mwagner.org
|
mwagner@evoq.mwagner.org
|
||||||
heikki@donna.mysql.fi
|
|
||||||
sasha@mysql.sashanet.com
|
|
||||||
paul@central.snake.net
|
paul@central.snake.net
|
||||||
|
sasha@mysql.sashanet.com
|
||||||
|
serg@serg.mysql.com
|
||||||
|
@ -87,17 +87,16 @@ int deny_severity = LOG_WARNING;
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _AIX41
|
||||||
|
int initgroups(const char *,int);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__FreeBSD__) && defined(HAVE_IEEEFP_H)
|
#if defined(__FreeBSD__) && defined(HAVE_IEEEFP_H)
|
||||||
#include <ieeefp.h>
|
#include <ieeefp.h>
|
||||||
#ifdef HAVE_FP_EXCEPT // Fix type conflict
|
#ifdef HAVE_FP_EXCEPT // Fix type conflict
|
||||||
typedef fp_except fp_except_t;
|
typedef fp_except fp_except_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _AIX41
|
|
||||||
extern "C" int initgroups(const char *,int);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* We can't handle floating point expections with threads, so disable
|
/* We can't handle floating point expections with threads, so disable
|
||||||
this on freebsd
|
this on freebsd
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user