summaryrefslogtreecommitdiff
path: root/storage/innobase/lock/lock0lock.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.2 into 10.3Marko Mäkelä2018-07-051-2/+2
|\
| * MDEV-15855: Use atomics for dict_table_t::n_ref_countThirunarayanan Balathandayuthapani2018-07-051-2/+2
* | MDEV-16675 Unnecessary explicit lock acquisition during UPDATE or DELETEMarko Mäkelä2018-07-031-32/+67
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-06-301-1/+1
|\ \ | |/
| * MDEV-16087 Inconsistent SELECT results when query cache is enabledThirunarayanan Balathandayuthapani2018-06-181-1/+1
* | MDEV-16159 Use atomic memory access for purge_sysMarko Mäkelä2018-05-151-37/+8
* | Replace dict_table_is_temporary(table) with table->is_temporary()Marko Mäkelä2018-05-121-9/+9
* | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-4/+2
* | Fix most -Wsign-conversion in InnoDBMarko Mäkelä2018-04-281-8/+12
* | MDEV-15983 Reduce fil_system.mutex contention furtherMarko Mäkelä2018-04-231-1/+1
* | remove dead codeEugene Kosov2018-04-091-2/+0
* | MDEV-15773 - trx_sys.mysql_trx_list -> trx_sys.trx_listSergey Vojtovich2018-04-041-4/+4
* | MDEV-15773 - Simplified away trx_t::in_mysql_trx_listSergey Vojtovich2018-04-041-1/+1
* | Fix a WITH_WSREP=OFF warningMarko Mäkelä2018-03-291-2/+5
* | MDEV-12266: Remove dict_index_t::table_nameMarko Mäkelä2018-03-291-1/+1
* | MDEV-12266: Remove dict_index_t::spaceMarko Mäkelä2018-03-291-2/+2
* | Clean-up trx_sys.mutex misuseSergey Vojtovich2018-03-291-15/+7
* | lock_rec_enqueue_waiting(): Fix diagnosticsMarko Mäkelä2018-03-281-5/+5
* | Minor (mainly non-functional) cleanupMarko Mäkelä2018-03-281-15/+8
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-1203/+497
|\ \ | |/
| * Make some locking primitives inlineMarko Mäkelä2018-03-161-79/+0
| * lock_table_create(), lock_rec_create(): Clean up the WSREP codeMarko Mäkelä2018-03-161-8/+1
| * lock_reset_lock_and_trx_wait(): Remove diagnosticsMarko Mäkelä2018-03-161-38/+2
| * MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-82/+55
| * MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-29/+20
| * Add missing #ifdef WITH_WSREPMarko Mäkelä2018-03-161-19/+21
| * Reduce the diff from 5.7 in DeadlockChecker::search()Marko Mäkelä2018-03-161-50/+43
| * MDEV-13935 INSERT stuck at state Unlocking tablesMarko Mäkelä2018-03-161-755/+310
| * Remove the unreachable error DB_QUE_THR_SUSPENDEDMarko Mäkelä2018-03-161-51/+14
| * After-merge fix for commit 98eb9518db1da854048b09d94244a982a1d32f9aMarko Mäkelä2018-03-161-134/+58
* | innodb: os_file_create_tmpfile always called with NULL -> simplifyDaniel Black2018-03-151-1/+1
* | MDEV-15418 innodb_force_recovery=5 displays bogus warningsMarko Mäkelä2018-03-061-3/+1
* | Allocate lock_sys staticallySergey Vojtovich2018-02-231-107/+105
* | MDEV-15155 - ReadView::is_open() assertion failureSergey Vojtovich2018-02-221-2/+2
* | Allocate purge_sys staticallyMarko Mäkelä2018-02-221-4/+4
* | MDEV-15370 Upgrade fails when both insert_undo and update_undo existMarko Mäkelä2018-02-211-1/+1
* | Rename the purge_sys_t iteratorsMarko Mäkelä2018-02-211-2/+2
* | Clarify the access to trx_sys.rseg_history_lenMarko Mäkelä2018-02-201-1/+1
* | review fixesEugene Kosov2018-02-161-16/+16
* | change some ibool to boolEugene Kosov2018-02-161-4/+4
* | prettify lock_rec_has_to_wait()Eugene Kosov2018-02-161-123/+125
* | prettify lock_has_to_waitEugene Kosov2018-02-161-24/+19
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+1
|\ \ | |/
| * Dead code removal: sess_tMarko Mäkelä2018-02-151-1/+0
| * MDEV-14648 Restore fix for MySQL BUG#39053 - UNINSTALL PLUGIN does not allow ...Marko Mäkelä2018-02-151-1/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+5
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2018-02-131-1/+4
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-02-131-1/+4
| | |\
| | | * MDEV-14988 innodb_read_only tries to modify files if transactions were recove...Marko Mäkelä2018-02-131-1/+4
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+2
| |\ \ \ | | |/ /