summaryrefslogtreecommitdiff
path: root/mysys/thr_alarm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | restored run-time thread lib detectionunknown2007-03-281-22/+22
* | Fixed compiler warningsunknown2007-02-231-5/+6
* | Excluded wrongly merged changeset.unknown2007-02-071-25/+22
* | Merge chilla.local:/home/mydev/mysql-5.0-axmrgunknown2007-02-011-22/+25
|\ \ | |/
| * Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-02-011-13/+13
| |\
| | * Merge chilla.local:/home/mydev/mysql-4.0-axmrgunknown2007-02-011-13/+13
| | |\
| | | * Cleanup of thread-type (linuxthread or NTPL) detection codeunknown2007-01-251-13/+13
| * | | Merge chilla.local:/home/mydev/mysql-4.1-axmrgunknown2007-01-291-24/+27
| |\ \ \ | | |/ /
| | * | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-4.0unknown2007-01-221-33/+33
| | |\ \ | | | |/
| | | * Fix for configure to detect library correctly.unknown2007-01-221-51/+42
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ \ \ | |/ / /
| * | | Many files:unknown2006-12-231-2/+1
* | | | Disabled syncronization test at it fails on multiple platforms. (Bug #24529)unknown2006-11-271-3/+4
* | | | thr_alarm.c, thr_lock.c, my_global.h:unknown2006-10-121-2/+1
* | | | Another long patch to remove the rest of the OS2 support. unknown2006-04-151-150/+1
|/ / /
* | | locking issues,unknown2005-12-231-15/+9
|/ /
* | Fix wait_timeout (and kill) handling on Mac OS X by cleaning up howunknown2005-10-111-17/+7
* | Move reset of insert_values to ensure it's done also during error conditionsunknown2005-06-281-0/+1
* | fixes/cleanups according to Coverity reportunknown2005-01-241-1/+1
* | Changed %lx -> 0x%lx (for easier comparison of debug files)unknown2004-08-231-2/+2
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
|/
* Merge with 3.23 (only comment changes)unknown2003-11-171-0/+2
|\
| * Safety fix for alarms on windows.unknown2003-11-171-1/+2
* | Call my_sync() after all data is written to .frm fileunknown2003-11-021-0/+7
* | Updated commentsunknown2003-10-151-2/+6
* | fix_max_connections to resize alarm_queue (Bug #1435)unknown2003-10-061-0/+10
* | Fix VC++ compiler error on Windowsunknown2003-07-021-1/+1
* | Don't install signal handler for SIGINT by defaultunknown2003-06-101-4/+5
* | Added function commentunknown2003-06-051-3/+15
* | Print error if we can't delete an alarmunknown2003-06-051-6/+5
* | Small fixes (nothing nameworthy)unknown2003-06-011-10/+31
* | Fix for 64 bit machines (To remove warnings on Itanium)unknown2003-05-261-0/+1
* | Fixed core dump bug when shuting down mysqldunknown2003-05-261-28/+47
* | Safety fix (caused a core dump on slave during shutdown when shutting down re...unknown2003-02-261-0/+2
* | Fixes for Netwareunknown2003-01-281-4/+15
* | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventualunknown2002-10-241-2/+2
* | mergeunknown2002-09-111-1/+1
|\ \
| * | Portability fixes.unknown2002-09-111-1/+1
* | | syntactic error..unknown2002-09-101-1/+1
* | | fix bug for slave..unknown2002-09-091-1/+1
|/ /
* | Portability fix.unknown2002-08-211-11/+25
* | Use our version of RWLOCKS on UNIXWARE 7unknown2002-08-211-8/+15
* | Removed mysql_ssl_clear() unknown2002-06-271-27/+68
* | support for unsigned FLOAT/DOUBLEunknown2002-03-271-0/+1
* | fix after mergeunknown2002-03-131-0/+2
* | Update copyrightunknown2001-12-061-15/+14
* | Changed to use my_global.hunknown2001-09-141-1/+1
|/
* Fixes for OS2.unknown2001-08-221-2/+12
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macrounknown2001-03-261-2/+2
* Changes prompted by manual comments.unknown2001-02-011-1/+1