summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* fixup 1c21a9d27ab568486d55e0b49a78e12c04178e6fbb-10.6-MDEV-24789Marko Mäkelä2021-03-011-5/+8
* MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debugMarko Mäkelä2021-03-012-37/+32
* fixup 727a2f963b4bdcea34a1aa823cd02a29d72fbb03Marko Mäkelä2021-03-011-1/+3
* Cleanup: Remove some lock accessor functionsMarko Mäkelä2021-03-013-87/+20
* fixup 21e1d7217d60407d7de74a21bc6d0f9f1b19424e: Better workaroundMarko Mäkelä2021-03-011-2/+24
* WIP: Work around parallel replication hangsMarko Mäkelä2021-03-011-2/+2
* MDEV-24789: Reduce lock_sys mutex contention furtherMarko Mäkelä2021-02-284-144/+185
* Merge 10.5 into 10.6Marko Mäkelä2021-02-263-15/+15
|\
| * Merge remote-tracking branch 'origin/10.4' into 10.5Daniel Black2021-02-263-15/+15
| |\
| | * MDEV-24967 : Signal 11 on ha_innodb.cc::bg_wsrep_kill_trx line 18611Jan Lindström2021-02-241-4/+6
| | * MDEV-20857: perf schema conflict name filename_hashDaniel Black2021-02-243-13/+13
| * | MDEV-24967 : Signal 11 on ha_innodb.cc::bg_wsrep_kill_trx line 18611Jan Lindström2021-02-241-4/+6
* | | MDEV-24789: Reduce lock_sys.wait_mutex contentionMarko Mäkelä2021-02-267-157/+165
* | | MDEV-24884 fixup: Remove a bogus assertionMarko Mäkelä2021-02-241-1/+0
* | | MDEV-24951 Assertion m.first->second.valid(trx->undo_no) failedMarko Mäkelä2021-02-243-5/+3
* | | MDEV-20612 fixup: Reduce hash table lookupsMarko Mäkelä2021-02-245-299/+355
* | | Merge 10.5 into 10.6Marko Mäkelä2021-02-247-14/+80
|\ \ \ | |/ /
| * | Merge 10.4 into 10.5Marko Mäkelä2021-02-241-3/+4
| |\ \ | | |/
| | * Merge 10.3 into 10.4Marko Mäkelä2021-02-231-2/+1
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-02-231-2/+1
| | | |\
| | | | * MDEV-24913 Assertion !recv_no_log_write in log_write_up_to()Thirunarayanan Balathandayuthapani2021-02-231-2/+1
| * | | | Merge branch '10.4' into 10.5Sergei Golubchik2021-02-235-10/+72
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Sergei Golubchik2021-02-235-20/+98
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-226-21/+99
| | | |\ \ | | | | |/
| | | | * Merge branch 'bb-10.2-release' into 10.2Sergei Golubchik2021-02-2214-306/+500
| | | | |\
| | | | * | MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-02-221-14/+57
| | | | * | MDEV-24873 : galera.galera_as_slave_ctas MTR failed: Assertion `(&(&LOCK_thd_...Jan Lindström2021-02-171-1/+1
| | | | * | MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-121-0/+34
| | | | * | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-081-3/+2
| | | | * | Updating test results in rocksdb test suite after MDEV-11172 is fixedVarun Gupta2021-02-013-5/+5
| | * | | | Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2021-02-23147-2503/+19080
| | |\ \ \ \
| | * | | | | MDEV-24792 Assertion `!newest_lsn || fil_page_get_type(page)' failed upon Mar...Vlad Lesin2021-02-142-1/+14
| * | | | | | Merge branch 'bb-10.5-release' into 10.5Sergei Golubchik2021-02-232-4/+6
| |\ \ \ \ \ \
| | * | | | | | MDEV-24917 Page cleaner wrongly remains idlebb-10.5-MDEV-24917Marko Mäkelä2021-02-182-4/+6
* | | | | | | | MDEV-24854: Change innodb_flush_method=O_DIRECT by defaultMarko Mäkelä2021-02-203-34/+22
* | | | | | | | MDEV-24915 Galera conflict resolution is unnecessarily complexbb-10.6-MDEV-24915Marko Mäkelä2021-02-186-491/+128
* | | | | | | | MDEV-20612 fixup: Remove a redundant checkMarko Mäkelä2021-02-181-15/+11
* | | | | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-17141-2469/+19036
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge mariadb-10.5.9Marko Mäkelä2021-02-17143-2475/+19055
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | MDEV-24864 Fatal error in buf_page_get_low() / fseg_page_is_free()Marko Mäkelä2021-02-152-6/+12
| | * | | | | | columnstore 5.5.1-2Sergei Golubchik2021-02-151-0/+0
| | * | | | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-15140-2470/+19044
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | remove find_thread_with_thd_data_lock_callbackSergei Golubchik2021-02-121-2/+4
| | | * | | | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-60/+148
| | | * | | | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-12147-2446/+18933
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | | |/ / /
| | | | * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-02-0514-306/+500
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | | * | Fix connect engine ppc64 failOlivier Bertrand2021-02-052-7/+7
| | | | | * | Fix of connect engine crashesOlivier Bertrand2021-02-051-0/+2
| | | | | * | Fix of crashes of connect engine.Oleksandr Byelkin2021-02-053-24/+24
| | | | | * | Fix of random crashes of connect engine (probably depend on addresses used)-Oleksandr Byelkin2021-02-051-1/+1