summaryrefslogtreecommitdiff
path: root/mysys/thr_alarm.c
Commit message (Expand)AuthorAgeFilesLines
* WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-5/+0
* Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-1/+1
|\
| * Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-1/+1
* | Manual merge from 5.1.Alexey Kopytov2010-07-011-5/+5
|\ \ | |/ |/|
| * Bug#54667: Unnecessary signal handler redefinitionAlexey Kopytov2010-07-011-5/+5
* | WL#2360 Performance schemaMarc Alff2009-12-091-53/+58
* | Backport of:Konstantin Osipov2009-11-241-8/+8
* | Backport of:Konstantin Osipov2009-11-231-4/+2
|/
* fixes for build failures due to my yesterday's changeset forbiddingunknown2008-02-191-1/+1
* Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarisunknown2007-08-131-9/+42
* Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-6/+6
* WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-6/+6
* Merged from 5.0unknown2007-03-291-1/+4
* 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
|\ \