List:Commits« Previous MessageNext Message »
From:Davi Arnaut Date:February 6 2009 11:25am
Subject:bzr commit into mysql-6.0-bugteam branch (davi:3030) Bug#42524
View as plain text  
# At a local mysql-6.0-bugteam repository of davi

 3030 Davi Arnaut	2009-02-06 [merge]
      Bug#42524: Function pthread_setschedprio() is defined but seems broken on i5/OS PASE
      
      Null merge of the fix into 6.0-bugteam and removal of checks for
      functions that are not used anymore.
modified:
  configure.in

per-file messages:
  configure.in
    Remove checks for function that were removed in patch for bugs
    35164, 37536 and 12702.
=== modified file 'configure.in'
--- a/configure.in	2009-02-03 09:16:53 +0000
+++ b/configure.in	2009-02-06 11:24:45 +0000
@@ -2087,11 +2087,9 @@ AC_CHECK_FUNCS(alarm bcmp bfill bmove bs
   localtime_r gethrtime gmtime_r \
   locking longjmp lrand48 madvise mallinfo memcpy memmove \
   mkstemp mlockall perror poll pread pthread_attr_create mmap mmap64 getpagesize \
-  pthread_attr_getstacksize pthread_attr_setprio pthread_attr_setschedparam \
-  pthread_attr_setstacksize pthread_condattr_create pthread_getsequence_np \
-  pthread_key_delete pthread_rwlock_rdlock pthread_setprio pthread_setschedprio \
-  pthread_setprio_np pthread_setschedparam pthread_sigmask readlink \
-  realpath rename rint rwlock_init setupterm \
+  pthread_attr_getstacksize pthread_attr_setstacksize pthread_condattr_create \
+  pthread_getsequence_np pthread_key_delete pthread_rwlock_rdlock pthread_sigmask \
+  readlink realpath rename rint rwlock_init setupterm \
   shmget shmat shmdt shmctl sigaction sigemptyset sigaddset \
   sighold sigset sigthreadmask port_create sleep thr_yield \
   snprintf socket stpcpy strcasecmp strerror strsignal strnlen strpbrk strstr \

Thread
bzr commit into mysql-6.0-bugteam branch (davi:3030) Bug#42524Davi Arnaut6 Feb