diff options
author | unknown <jani@hynda.mysql.fi> | 2007-08-16 17:25:48 +0300 |
---|---|---|
committer | unknown <jani@hynda.mysql.fi> | 2007-08-16 17:25:48 +0300 |
commit | 4e5d02e99f44b012671ade0373cf1c11a573abc4 (patch) | |
tree | 9e4be342c1902f1f07919c81d4e32925ef1632c0 /include/help_start.h | |
parent | de619bd17c69453dc115fad746719b0751de87f5 (diff) | |
download | mariadb-git-4e5d02e99f44b012671ade0373cf1c11a573abc4.tar.gz |
Fix for Bug#27970 "Fix for bug 24507 makes mysql_install_db fail"
include/my_pthread.h:
Fix for Bug#27970 "Fix for bug 24507 makes mysql_install_db fail".
Removed macro NPTL_PTHREAD_EXIT_BUG, because it doesn't work in dynamic
environment. One can switch between NPTL and LT on the fly on Linux.
Added pthread_dummy(ESRCH) for those platforms that don't have pthread_kill.
This ensures that there won't be an error in mysqld.cc where the return value
is being checked from the function call.
mysys/my_thr_init.c:
Check for a Linux is enough. There is an additional test if
NPTL is in use before spwaning the extra thread.
Diffstat (limited to 'include/help_start.h')
0 files changed, 0 insertions, 0 deletions