summaryrefslogtreecommitdiff
path: root/mysys/waiting_threads.c
Commit message (Expand)AuthorAgeFilesLines
* merge 5.5 -> 10.0-baseunknown2013-08-201-0/+1
|\
| * MDEV-4815 - allow multiple mysql_server_init() / mysql_server_end() in the s...Vladislav Vaintroub2013-07-291-0/+1
* | cleanup: remove LF_REQUIRE_PINS, use compile_time_assert() instead of reimple...Sergei Golubchik2013-06-241-4/+0
* | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-2/+3
* | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-2/+2
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-2/+2
|/
* MDEV-439 cmake -DWITHOUT_SERVER does not workSergei Golubchik2012-08-231-0/+2
* fix application verifier crashesVladislav Vaintroub2012-04-151-0/+6
* merge with 5.3Sergei Golubchik2011-10-191-23/+11
|\
| * Merge with 5.1-microsecondsMichael Widenius2011-05-281-23/+11
* | use PSI wrappers in aria and other non-MySQL codeSergei Golubchik2011-07-131-12/+14
|/
* compilation fixesSergei Golubchik2009-01-191-1/+1
* post-review fixesSergei Golubchik2009-01-151-168/+341
* Bug#40990 Maria: failure of maria.test & maria_notemebedded in deadlock detec...Sergei Golubchik2009-01-071-1/+21
* compile_time_assertSergei Golubchik2008-11-101-0/+2
* don't use #pragma packSergei Golubchik2008-11-031-6/+4
* wt needs to use its own implementation of rwlocks withSergei Golubchik2008-10-241-55/+105
* win32: compilation failures, maria.test failureSergei Golubchik2008-10-211-0/+2
* wt: don't support a key as a union { ulonglong, void* }. Although convenient,Sergei Golubchik2008-09-011-9/+8
* fixes for windowsSergei Golubchik2008-08-311-5/+5
* wt: comments, OOM checks, test case for deadlock detectionSergei Golubchik2008-08-281-59/+293
* wt_thd_lazy_init(), per-thread deadlock search depths and timeoutsSergei Golubchik2008-08-081-24/+39
* move wt* maintainance from maria to the serverSergei Golubchik2008-08-071-2/+8
* maria: deadlock detection when waiting on unique key (useless until we can ro...Sergei Golubchik2008-08-061-14/+22
* wt_thd_cond_timedwait() now allows the list of blockers to change afterSergei Golubchik2008-08-041-2/+7
* WL#3064 - waiting threads - wait-for graph and deadlock detectionSergei Golubchik2008-07-291-0/+641