summaryrefslogtreecommitdiff
path: root/mysys/thr_lock.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | Fixed lock sorting and lock check issues with thr_lock that caused warnings w...Michael Widenius2011-06-061-42/+70
| | | |_|_|/ | | |/| | |
| * | | | | Merge with 5.2Michael Widenius2011-03-091-2/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed bugs found by buildbot:Michael Widenius2011-01-261-2/+6
| * | | | | Merge with 5.1Michael Widenius2011-01-111-6/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed typo that caused compile failure in thr_lock.cMichael Widenius2010-12-131-1/+1
| | * | | | Better warning message if lock test failsMichael Widenius2010-12-101-6/+4
| * | | | | Implementation of MWL#172: Add support for prepared statements to HANDLER READMichael Widenius2011-01-041-3/+8
| |/ / / /
* | | | | post-merge fixes.Sergei Golubchik2011-07-021-1/+1
* | | | | 5.5-mergeSergei Golubchik2011-07-021-13/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-13/+0
* | | | | lots of post-merge changesSergei Golubchik2011-04-251-18/+8
* | | | | merge.Sergei Golubchik2010-11-251-119/+194
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Fixed compiler & valgrind warnings from my previous push.Michael Widenius2010-11-031-0/+1
| * | | Fix for: LP #634955: Assert in _ma_update_at_original_place()Michael Widenius2010-11-021-58/+149
| * | | Merge with MySQL 5.1.50Michael Widenius2010-08-271-2/+1
| |\ \ \ | | |/ /
| * | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-0/+22
| |\ \ \
| * \ \ \ merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-3/+6
| |\ \ \ \
| * | | | | Fix for Bug#40311 Assert in MARIA_RECORD_POS during pushbuild 2 test:Michael Widenius2008-12-221-1/+2
| * | | | | Merged 5.1 with maria 5.1Michael Widenius2008-10-101-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-mariaunknown2008-05-291-32/+70
| |\ \ \ \ \ \
| | * | | | | | Added versioning of row dataunknown2008-04-101-32/+70
| * | | | | | | Merge mysql.com:/home/my/mysql-5.1unknown2008-04-281-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge gbichot4.local:/home/mysql_src/mysql-5.1-build-gcaunknown2008-02-181-3/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge a88-113-38-195.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-mainunknown2007-12-161-13/+7
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge hynda.mysql.fi:/home/my/mysql-5.1-mainunknown2007-09-271-13/+7
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-071-13/+7
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | in mysql_unlock_tables(), do thr_unlock() AFTER external_unlock().unknown2007-07-041-13/+7
* | | | | | | | | | | | Auto-merge from mysql-5.5-merge.Alexander Nozdrin2010-08-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Part of fix for bug#52044 "FLUSH TABLES WITH READ LOCK andDmitry Lenev2010-08-061-1/+1
* | | | | | | | | | | | | Merging with mysql-5.5-stage.Mats Kindahl2010-08-161-0/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | WL#5363: Thread Pool Service InterfaceMats Kindahl2010-06-071-0/+31
* | | | | | | | | | | | | Implement WL#5502 Remove dead 5.0 class Sensitive_cursor.Konstantin Osipov2010-07-271-34/+17
* | | | | | | | | | | | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-021-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-2/+1
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | A follow up patch for the fix for Bug#51263 "Deadlock between Konstantin Osipov2010-06-011-200/+18
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Followup to Bug#45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-151-1/+0
* | | | | | | | | | | Bug #45225 Locking: hang if drop table with no timeoutJon Olav Hauglid2010-02-111-16/+16
* | | | | | | | | | | Bug #50821 Deadlock between LOCK TABLES and ALTER TABLEJon Olav Hauglid2010-02-041-3/+2
* | | | | | | | | | | Merge next-mr -> next-4284.Konstantin Osipov2010-02-021-74/+76
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | WL#2360 Performance schemaMarc Alff2009-12-091-74/+76
* | | | | | | | | | | | Fix for bug #48538 "Assertion in thr_lock() on LOAD DATA CONCURRENTJon Olav Hauglid2010-01-081-9/+20
* | | | | | | | | | | | Backport of revno: 2617.68.18Jon Olav Hauglid2009-12-091-7/+25
* | | | | | | | | | | | Backport of:Konstantin Osipov2009-12-031-0/+7
* | | | | | | | | | | | Backport of:Konstantin Osipov2009-12-031-0/+2
* | | | | | | | | | | | Backport of:Konstantin Osipov2009-12-021-6/+36
|/ / / / / / / / / / /
* | | | | | | | | | | Backport of:Konstantin Osipov2009-11-241-9/+9
* | | | | | | | | | | Fix for bug #45143 "All connections hang on concurrent ALTER TABLE".Dmitry Lenev2009-10-261-9/+32
|/ / / / / / / / / /
* | | | | | | | | | WL#4259 - Debug Sync FacilityIngo Struewing2009-09-291-0/+22
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Bug#40536: SELECT is blocked by INSERT DELAYED waiting onDavi Arnaut2009-02-031-3/+6
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge Bug#36579 into mysql-5.1-bugteamDavi Arnaut2008-08-251-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |