summaryrefslogtreecommitdiff
path: root/mysys/thr_alarm.c
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\
| | * Avoid compilation problem on AIX.iggy@amd64.(none)2008-04-281-2/+1
* | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-10/+5
* | | 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 forbiddingguilhem@gbichot4.local2008-02-191-1/+1
* | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-9/+42
* | Slow query log to file now displays queries with microsecond precissionmonty@mysql.com/nosik.monty.fi2007-07-301-6/+6
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-6/+6
* | Merged from 5.0jani@ua141d10.elisa.omakaista.fi2007-03-291-1/+4
* | restored run-time thread lib detectionserg@janus.mylan2007-03-281-22/+22
* | Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2007-02-231-5/+6
* | Excluded wrongly merged changeset.svoj@mysql.com/april.(none)2007-02-071-25/+22
* | Merge chilla.local:/home/mydev/mysql-5.0-axmrgistruewing@chilla.local2007-02-011-22/+25
|\ \ | |/
| * Merge chilla.local:/home/mydev/mysql-4.1-axmrgistruewing@chilla.local2007-02-011-13/+13
| |\
| | * Merge chilla.local:/home/mydev/mysql-4.0-axmrgistruewing@chilla.local2007-02-011-13/+13
| | |\
| | | * Cleanup of thread-type (linuxthread or NTPL) detection codejani@ua141d10.elisa.omakaista.fi2007-01-251-13/+13
| * | | Merge chilla.local:/home/mydev/mysql-4.1-axmrgistruewing@chilla.local2007-01-291-24/+27
| |\ \ \ | | |/ /
| | * | Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a88-113-38-195.elisa-laajakaista.fi2007-01-221-33/+33
| | |\ \ | | | |/
| | | * Fix for configure to detect library correctly.jani@a88-113-38-195.elisa-laajakaista.fi2007-01-221-51/+42
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ \ \ | |/ / /
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | | | Disabled syncronization test at it fails on multiple platforms. (Bug #24529)monty@mysql.com/nosik.monty.fi2006-11-271-3/+4
* | | | thr_alarm.c, thr_lock.c, my_global.h:kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se2006-10-121-2/+1
* | | | Another long patch to remove the rest of the OS2 support. brian@zim.(none)2006-04-151-150/+1
|/ / /
* | | locking issues,serg@serg.mylan2005-12-231-15/+9
|/ /
* | Fix wait_timeout (and kill) handling on Mac OS X by cleaning up howjimw@mysql.com2005-10-111-17/+7
* | Move reset of insert_values to ensure it's done also during error conditionsmonty@mysql.com2005-06-281-0/+1
* | fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-1/+1
* | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-2/+2
* | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for konstantin@mysql.com2004-06-101-1/+0
|/
* Merge with 3.23 (only comment changes)monty@mashka.mysql.fi2003-11-171-0/+2
|\
| * Safety fix for alarms on windows.monty@mashka.mysql.fi2003-11-171-1/+2
* | Call my_sync() after all data is written to .frm filemonty@mysql.com2003-11-021-0/+7
* | Updated commentsmonty@mashka.mysql.fi2003-10-151-2/+6
* | fix_max_connections to resize alarm_queue (Bug #1435)serg@serg.mylan2003-10-061-0/+10
* | Fix VC++ compiler error on Windowsmiguel@hegel.(none)2003-07-021-1/+1
* | Don't install signal handler for SIGINT by defaultmonty@narttu.mysql.fi2003-06-101-4/+5
* | Added function commentmonty@narttu.mysql.fi2003-06-051-3/+15
* | Print error if we can't delete an alarmmonty@narttu.mysql.fi2003-06-051-6/+5
* | Small fixes (nothing nameworthy)monty@narttu.mysql.fi2003-06-011-10/+31
* | Fix for 64 bit machines (To remove warnings on Itanium)monty@narttu.mysql.fi2003-05-261-0/+1
* | Fixed core dump bug when shuting down mysqldmonty@narttu.mysql.fi2003-05-261-28/+47