From 1af1c70d711d1934dad41cec1d5dc55c4fdb4d71 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 17 Dec 2001 15:00:14 +0200 Subject: Portability fixes include/my_pthread.h: Fix for HPUX mysql-test/mysql-test-run.sh: Wait for socket instead of pid file mysys/my_static.c: Portability fix (for OSF1) mysys/raid.cc: Portability fix (for OSF1) sql/mysqld.cc: Fixed typo for FreeBSD. strings/bcmp.c: Fix for purify --- mysys/my_static.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mysys/my_static.c') diff --git a/mysys/my_static.c b/mysys/my_static.c index 61c719bcb81..1eb6220f185 100644 --- a/mysys/my_static.c +++ b/mysys/my_static.c @@ -82,6 +82,13 @@ struct remember *pRememberRoot = NULL; int volatile my_have_got_alarm=0; /* declare variable to reset */ ulong my_time_to_wait_for_lock=2; /* In seconds */ + /* + We need to have this define here as otherwise linking will fail + on OSF1 when compiling --without-raid --with-debug + */ + +const char *raid_type_string[]={"none","striped"}; + /* from errors.c */ #ifdef SHARED_LIBRARY char * NEAR globerrs[GLOBERRS]; /* my_error_messages is here */ -- cgit v1.2.1