Loading include/global.h +5 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,11 @@ #ifdef DONT_USE_FINITE /* HPUX 11.x has is_finite() */ #undef HAVE_FINITE #endif #if defined(HPUX) && defined(_LARGEFILE64_SOURCE) && defined(THREAD) /* Fix bug in setrlimit */ #undef setrlimit #define setrlimit cma_setrlimit64 #endif /* We can not live without these */ Loading sql/mysqld.cc +1 −0 Original line number Diff line number Diff line Loading @@ -377,6 +377,7 @@ static void get_options(int argc,char **argv); static char *get_relative_path(const char *path); static void fix_paths(void); static pthread_handler_decl(handle_connections_sockets,arg); static pthread_handler_decl(kill_server_thread,arg); static int bootstrap(FILE *file); static bool read_init_file(char *file_name); #ifdef __NT__ Loading Loading
include/global.h +5 −0 Original line number Diff line number Diff line Loading @@ -211,6 +211,11 @@ #ifdef DONT_USE_FINITE /* HPUX 11.x has is_finite() */ #undef HAVE_FINITE #endif #if defined(HPUX) && defined(_LARGEFILE64_SOURCE) && defined(THREAD) /* Fix bug in setrlimit */ #undef setrlimit #define setrlimit cma_setrlimit64 #endif /* We can not live without these */ Loading
sql/mysqld.cc +1 −0 Original line number Diff line number Diff line Loading @@ -377,6 +377,7 @@ static void get_options(int argc,char **argv); static char *get_relative_path(const char *path); static void fix_paths(void); static pthread_handler_decl(handle_connections_sockets,arg); static pthread_handler_decl(kill_server_thread,arg); static int bootstrap(FILE *file); static bool read_init_file(char *file_name); #ifdef __NT__ Loading