diff options
author | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2011-07-21 17:45:38 +0200 |
---|---|---|
committer | Jon Olav Hauglid <jon.hauglid@oracle.com> | 2011-07-21 17:45:38 +0200 |
commit | 96a2bbcbdf37b2f543fca1d0d5aee7bf37b31317 (patch) | |
tree | 2a9efebe7251d42931b1fe56bd3d62e89fa33fa3 /client/mysqlcheck.c | |
parent | 4b426e23929358e1ce9c6f637220d27acd68118f (diff) | |
download | mariadb-git-96a2bbcbdf37b2f543fca1d0d5aee7bf37b31317.tar.gz |
Bug#12779790 COMPILATION FAILS OS X 10.7 - IMPLICIT DECLARATION OF
FUNCTION 'PTHREAD_INIT'
The problem was that compilation would fail with a warning:
Implicit declaration of function 'pthread_init' if MySQL was
compiled on OS X 10.7 (Lion). The reason was that pthread_init()
is now part of an internal OS X pthread library so it was found
by CMake.
This patch fixes the problem by removing HAVE_PTHREAD_INIT and
related code. pthread_init() was specific to MIT-pthreads which
has not been supported since 4.1 and was therefore no longer
relevant.
No test case added.
Diffstat (limited to 'client/mysqlcheck.c')
0 files changed, 0 insertions, 0 deletions