summaryrefslogtreecommitdiff
path: root/mysys/my_pthread.c
Commit message (Expand)AuthorAgeFilesLines
* Portability fix to work around OS X -x86 toolchain bug with common (uninitial...unknown2007-04-041-1/+1
* Post merge fixunknown2007-03-301-2/+0
* restored run-time thread lib detectionunknown2007-03-281-5/+5
* Merge olga.mysql.com:/home/igor/mysql-5.0-optunknown2007-02-131-0/+2
|\
| * Fixed MacOSX/Intel linking problemunknown2007-02-121-1/+1
* | Excluded wrongly merged changeset.unknown2007-02-071-5/+3
* | Merge chilla.local:/home/mydev/mysql-5.0-axmrgunknown2007-02-021-3/+0
|\ \ | |/
| * Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-02-021-3/+0
| |\
| | * After merge fixunknown2007-02-021-3/+0
* | | Merge chilla.local:/home/mydev/mysql-5.0-axmrgunknown2007-02-011-1/+6
|\ \ \ | |/ /
| * | Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-02-011-1/+4
| |\ \ | | |/
| | * Merge chilla.local:/home/mydev/mysql-4.0-axmrgunknown2007-02-011-1/+4
| | |\
| | | * Cleanup of thread-type (linuxthread or NTPL) detection codeunknown2007-01-301-1/+4
| * | | Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-01-291-1/+3
| |\ \ \ | | |/ /
| | * | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-4.0unknown2007-01-221-1/+3
| | |\ \ | | | |/
| | | * Fix for configure to detect library correctly.unknown2007-01-221-1/+3
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ \ | |/ / /
| * | | Many files:unknown2006-12-231-2/+1
| |/ /
* | | UNIXWARE removalunknown2006-04-171-4/+1
* | | This completes the work done in 5.0 to remove mit_pthread support (most was p...unknown2006-04-161-2/+2
* | | Another long patch to remove the rest of the OS2 support. unknown2006-04-151-1/+1
|/ /
* | Fix wait_timeout (and kill) handling on Mac OS X by cleaning up howunknown2005-10-111-17/+0
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-18/+16
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllunknown2004-05-251-9/+13
|\ \ | |/
| * Added patches from Novellunknown2004-05-251-9/+13
* | merge with 4.0.15unknown2003-08-291-5/+9
|\ \ | |/
| * Add detection of in_addr_tunknown2003-08-281-5/+9
* | Implemented UTC_TIME, UTC_DATE and UTC_TIMESTAMP functions (WL#345)unknown2003-08-111-1/+20
|/
* Change to NetWare platform mods, per Montyunknown2003-04-271-1/+1
* Changes from Novell for NetWare platformunknown2003-04-241-0/+23
* Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utili...unknown2003-03-211-13/+0
* Portability fix for HPUX10.20unknown2003-02-251-1/+11
* Fixes for Netwareunknown2003-01-281-0/+13
* - replaced all occurences of HPUX with HPUX10 (to be prepared for eventualunknown2002-10-241-1/+1
* Portability fixes for 4.0.3 build.unknown2002-08-171-3/+2
* Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ...unknown2002-08-171-7/+24
* merge with 3.23.53unknown2002-08-161-7/+29
|\
| * my_pthread.c:unknown2002-08-141-6/+31
| * Removed not needed comment (to keep aligned with the rest of the code)unknown2002-08-131-2/+1
| * my_pthread.c:unknown2002-08-131-1/+3
| * Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.unknown2002-08-061-2/+21
| * Portability fix for HPUXunknown2002-06-171-2/+9
* | Added missing undef that caused infinite recursion on HPUXunknown2002-08-131-0/+1
* | Fix for Intel compiler (ecc)unknown2002-08-081-1/+7
* | Cleanup of checking of user resourcesunknown2002-06-161-2/+5
* | Fixing a small bug in new code for cond_timedwait fixunknown2002-05-281-0/+1
* | mergeunknown2002-05-191-0/+1
|\ \ | |/
| * Merge sinisa@work.mysql.com:/home/bk/mysqlunknown2002-05-161-1/+1
| |\
| | * A final and proper fix for HP-UX problems with pthread_cond_timedwait.unknown2002-05-161-1/+1