Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup 1c21a9d27ab568486d55e0b49a78e12c04178e6fbb-10.6-MDEV-24789 | Marko Mäkelä | 2021-03-01 | 1 | -5/+8 |
* | MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debug | Marko Mäkelä | 2021-03-01 | 2 | -37/+32 |
* | fixup 727a2f963b4bdcea34a1aa823cd02a29d72fbb03 | Marko Mäkelä | 2021-03-01 | 1 | -1/+3 |
* | Cleanup: Remove some lock accessor functions | Marko Mäkelä | 2021-03-01 | 3 | -87/+20 |
* | fixup 21e1d7217d60407d7de74a21bc6d0f9f1b19424e: Better workaround | Marko Mäkelä | 2021-03-01 | 1 | -2/+24 |
* | WIP: Work around parallel replication hangs | Marko Mäkelä | 2021-03-01 | 1 | -2/+2 |
* | MDEV-24789: Reduce lock_sys mutex contention further | Marko Mäkelä | 2021-02-28 | 4 | -144/+185 |
* | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-02-26 | 3 | -15/+15 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/10.4' into 10.5 | Daniel Black | 2021-02-26 | 3 | -15/+15 |
| |\ | |||||
| | * | MDEV-24967 : Signal 11 on ha_innodb.cc::bg_wsrep_kill_trx line 18611 | Jan Lindström | 2021-02-24 | 1 | -4/+6 |
| | * | MDEV-20857: perf schema conflict name filename_hash | Daniel Black | 2021-02-24 | 3 | -13/+13 |
| * | | MDEV-24967 : Signal 11 on ha_innodb.cc::bg_wsrep_kill_trx line 18611 | Jan Lindström | 2021-02-24 | 1 | -4/+6 |
* | | | MDEV-24789: Reduce lock_sys.wait_mutex contention | Marko Mäkelä | 2021-02-26 | 7 | -157/+165 |
* | | | MDEV-24884 fixup: Remove a bogus assertion | Marko Mäkelä | 2021-02-24 | 1 | -1/+0 |
* | | | MDEV-24951 Assertion m.first->second.valid(trx->undo_no) failed | Marko Mäkelä | 2021-02-24 | 3 | -5/+3 |
* | | | MDEV-20612 fixup: Reduce hash table lookups | Marko Mäkelä | 2021-02-24 | 5 | -299/+355 |
* | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-02-24 | 7 | -14/+80 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-02-24 | 1 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-02-23 | 1 | -2/+1 |
| | |\ | |||||
| | | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-02-23 | 1 | -2/+1 |
| | | |\ | |||||
| | | | * | MDEV-24913 Assertion !recv_no_log_write in log_write_up_to() | Thirunarayanan Balathandayuthapani | 2021-02-23 | 1 | -2/+1 |
| * | | | | Merge branch '10.4' into 10.5 | Sergei Golubchik | 2021-02-23 | 5 | -10/+72 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2021-02-23 | 5 | -20/+98 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2021-02-22 | 6 | -21/+99 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge branch 'bb-10.2-release' into 10.2 | Sergei Golubchik | 2021-02-22 | 14 | -306/+500 |
| | | | |\ | |||||
| | | | * | | MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta... | Thirunarayanan Balathandayuthapani | 2021-02-22 | 1 | -14/+57 |
| | | | * | | MDEV-24873 : galera.galera_as_slave_ctas MTR failed: Assertion `(&(&LOCK_thd_... | Jan Lindström | 2021-02-17 | 1 | -1/+1 |
| | | | * | | MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDS | Marko Mäkelä | 2021-02-12 | 1 | -0/+34 |
| | | | * | | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result | Alexander Barkov | 2021-02-08 | 1 | -3/+2 |
| | | | * | | Updating test results in rocksdb test suite after MDEV-11172 is fixed | Varun Gupta | 2021-02-01 | 3 | -5/+5 |
| | * | | | | Merge branch 'bb-10.4-release' into 10.4 | Sergei Golubchik | 2021-02-23 | 147 | -2503/+19080 |
| | |\ \ \ \ | |||||
| | * | | | | | MDEV-24792 Assertion `!newest_lsn || fil_page_get_type(page)' failed upon Mar... | Vlad Lesin | 2021-02-14 | 2 | -1/+14 |
| * | | | | | | Merge branch 'bb-10.5-release' into 10.5 | Sergei Golubchik | 2021-02-23 | 2 | -4/+6 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | MDEV-24917 Page cleaner wrongly remains idlebb-10.5-MDEV-24917 | Marko Mäkelä | 2021-02-18 | 2 | -4/+6 |
* | | | | | | | | MDEV-24854: Change innodb_flush_method=O_DIRECT by default | Marko Mäkelä | 2021-02-20 | 3 | -34/+22 |
* | | | | | | | | MDEV-24915 Galera conflict resolution is unnecessarily complexbb-10.6-MDEV-24915 | Marko Mäkelä | 2021-02-18 | 6 | -491/+128 |
* | | | | | | | | MDEV-20612 fixup: Remove a redundant check | Marko Mäkelä | 2021-02-18 | 1 | -15/+11 |
* | | | | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-02-17 | 141 | -2469/+19036 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge mariadb-10.5.9 | Marko Mäkelä | 2021-02-17 | 143 | -2475/+19055 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | MDEV-24864 Fatal error in buf_page_get_low() / fseg_page_is_free() | Marko Mäkelä | 2021-02-15 | 2 | -6/+12 |
| | * | | | | | | columnstore 5.5.1-2 | Sergei Golubchik | 2021-02-15 | 1 | -0/+0 |
| | * | | | | | | Merge branch 'bb-10.4-release' into bb-10.5-release | Sergei Golubchik | 2021-02-15 | 140 | -2470/+19044 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | remove find_thread_with_thd_data_lock_callback | Sergei Golubchik | 2021-02-12 | 1 | -2/+4 |
| | | * | | | | | MDEV-23328 Server hang due to Galera lock conflict resolution | Sergei Golubchik | 2021-02-12 | 1 | -60/+148 |
| | | * | | | | | Merge branch 'bb-10.3-release' into bb-10.4-release | Sergei Golubchik | 2021-02-12 | 147 | -2446/+18933 |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| / / / | | | | |/ / / | |||||
| | | | * | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2021-02-05 | 14 | -306/+500 |
| | | | |\ \ \ | | | | | | |/ | | | | | |/| | |||||
| | | | | * | | Fix connect engine ppc64 fail | Olivier Bertrand | 2021-02-05 | 2 | -7/+7 |
| | | | | * | | Fix of connect engine crashes | Olivier Bertrand | 2021-02-05 | 1 | -0/+2 |
| | | | | * | | Fix of crashes of connect engine. | Oleksandr Byelkin | 2021-02-05 | 3 | -24/+24 |
| | | | | * | | Fix of random crashes of connect engine (probably depend on addresses used)- | Oleksandr Byelkin | 2021-02-05 | 1 | -1/+1 |