summaryrefslogtreecommitdiff
path: root/mysys/thr_lock.c
Commit message (Expand)AuthorAgeFilesLines
* Bug#36579 Dumping information about locks in use may lead to a server crashDavi Arnaut2008-08-251-1/+1
* Fix for bug #21281 "Pending write lock is incorrectly removed when itsdlenev@mockturtle.local2007-08-051-8/+32
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-mainjani@ua141d10.elisa.omakaista.fi2007-03-281-1/+1
|\
| * Fixed compiler warnings.jani@ua141d10.elisa.omakaista.fi2007-03-221-7/+8
* | Merge mysql.com:/home/svoj/devel/mysql/BUG23526/mysql-5.0-engines2svoj@mysql.com/april.(none)2006-12-301-2/+10
|\ \
| * | BUG#23526 - show table status reports incorrect values for MyISAM tablessvoj@mysql.com/april.(none)2006-12-051-2/+10
* | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/ /
* | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-7/+8
* | Bug#16986 - Deadlock condition with MyISAM tablesingo@mysql.com2006-06-261-0/+2
* | Reviewing new pushed codemonty@mysql.com2005-10-121-4/+5
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-08-151-1/+2
|\ \ | |/
| * Rename rest() macro in my_list.h to list_rest(). (Bug #12327)jimw@mysql.com2005-08-091-1/+2
* | Fixes during review of new pushed codemonty@mishka.local2005-07-311-3/+3
* | Merge mysql.com:/home/my/mysql-4.1monty@mysql.com2005-07-281-2/+2
|\ \ | |/
| * Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2005-07-271-2/+2
| |\
| | * Review fixes:monty@mysql.com2005-07-261-2/+2
* | | Merge mysql.com:/home/jimw/my/mysql-5.0-buildjimw@mysql.com2005-07-221-6/+1
|\ \ \
| * | | Remove use of non-portable gettimeofday() in thr_lock.c (Bug #12100)jimw@mysql.com2005-07-221-6/+1
* | | | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.1pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-211-2/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-4.0pappa@c-450ae253.1238-1-64736c10.cust.bredbandsbolaget.se2005-07-201-2/+5
| |\ \ | | |/
| | * Bug #10600mronstrom@mysql.com2005-07-191-2/+5
* | | A fix and a test case for Bug#10760 and complementary cleanups. konstantin@mysql.com2005-07-191-53/+131
* | | Cleanup during reviewmonty@mysql.com2005-06-051-2/+4
* | | concurrent-insert can now be set to 2 for concurrent inserts when there is ho...monty@mishka.local2005-05-131-10/+18
* | | Changed interface for my_strntod() to make it more general and more portablemonty@mysql.com2005-01-151-2/+4
|/ /
* | Merge with 4.0monty@mysql.com2004-10-201-2/+10
|\ \ | |/
| * Fix test case for innodb-lockmonty@mysql.com2004-10-201-2/+10
* | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-9/+9
* | Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-7/+14
|\ \ | |/
| * Removed wrong "Found lock of type # that is write and read locked" warnings.monty@narttu.mysql.fi2003-07-181-7/+14
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-0/+48
|\ \ | |/
| * Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...monty@narttu.mysql.fi2003-03-041-0/+48
* | changes for mysqladmin debugSinisa@sinisa.nasamreza.org2002-10-301-4/+4
|/
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
* Fix race condition in ANALYZE TABLE.monty@hundin.mysql.fi2001-11-261-1/+2
* More debug infomonty@hundin.mysql.fi2001-09-081-1/+1
* Make killing of threads safermonty@hundin.mysql.fi2001-09-011-4/+4
* Fixed problem with INSERT DELAYEDmonty@hundin.mysql.fi2001-08-311-5/+18
* Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY ifmonty@hundin.mysql.fi2001-07-181-4/+5
* Removed wrong warning from thr_lockmonty@hundin.mysql.fi2001-07-171-16/+20
* Updated documentation of how to add new native functions.monty@tik.mysql.fi2001-05-231-5/+5
* Fixed bug when using MERGE on files > 4Gmonty@donna.mysql.fi2001-05-171-1/+1
* Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macromonty@donna.mysql.fi2001-03-261-2/+2
* Added locks needed for Innobasemonty@donna.mysql.com2001-02-181-1/+2
* Changes prompted by manual comments.jcole@tetra.spaceapes.com2001-02-011-1/+1
* fixed up lock counting code - Monty's suggestionssasha@mysql.sashanet.com2001-01-271-1/+1
* Table_locks_waitedsasha@mysql.sashanet.com2001-01-261-1/+7
* Fixed performance bug in lock tablesmonty@donna.mysql.com2000-11-201-3/+3
* Fixes for bugs in the usage of IO_CACHEmonty@narttu.mysql.fi2000-11-171-2/+2
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-3/+20