summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc Alff <marc.alff@sun.com>2009-11-17 19:31:40 -0700
committerMarc Alff <marc.alff@sun.com>2009-11-17 19:31:40 -0700
commit244eced1a797f15dd0ebe0a58b6c054c26b4fa28 (patch)
tree23343f6c4530860c422afcfc2c9528a8e335578a /configure.in
parent7b9fd341a00636995dc176f86e11f9e90bc0f5c9 (diff)
downloadmariadb-git-244eced1a797f15dd0ebe0a58b6c054c26b4fa28.tar.gz
WL#3230 concurrent hash
Backport from 6.0.14 to 5.6.0 Original code from Sergei Golubchik
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dd2c53a2b52..db86eeaa779 100644
--- a/configure.in
+++ b/configure.in
@@ -2114,7 +2114,7 @@ AC_CHECK_FUNCS(alarm bcmp bfill bmove bsearch bzero \
pthread_setprio_np pthread_setschedparam pthread_sigmask readlink \
realpath rename rint rwlock_init setupterm \
shmget shmat shmdt shmctl sigaction sigemptyset sigaddset \
- sighold sigset sigthreadmask port_create sleep \
+ sighold sigset sigthreadmask port_create sleep thr_yield \
snprintf socket stpcpy strcasecmp strerror strsignal strnlen strpbrk strstr \
strtol strtoll strtoul strtoull tell tempnam thr_setconcurrency vidattr \
posix_fallocate backtrace backtrace_symbols backtrace_symbols_fd)