summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP fix MDEV-30936 clang 15.0.7 -fsanitize=memory fails massivelybb-10.6-MDEV-30936Marko Mäkelä2023-03-2711-48/+20
* MDEV-26782 InnoDB temporary tablespace: reclaiming of free space does not workMarko Mäkelä2023-03-274-64/+78
* Cleanup: MONITOR_EXISTING trx_undo_slots_used, trx_undo_slots_cachedMarko Mäkelä2023-03-276-22/+33
* trx_assign_rseg_low(): Simplify debug instrumentationMarko Mäkelä2023-03-271-14/+7
* MDEV-29593 Purge misses a chance to free not-yet-reused undo pagesMarko Mäkelä2023-03-272-117/+110
* MDEV-26071: rpl.rpl_perfschema_applier_status_by_worker failed in bb …Andrei2023-03-243-29/+27
* MDEV-29545 InnoDB: Can't find record during replace stmtThirunarayanan Balathandayuthapani2023-03-243-1/+49
* MDEV-30900 Crash on macOS due to zero-initialized buf_dblwr.write_condMarko Mäkelä2023-03-241-0/+2
* rpl_reporting: sprintf -> snprintfDaniel Black2023-03-241-7/+7
* Merge 10.5 into 10.6Marko Mäkelä2023-03-2229-111/+182
|\
| * MDEV-30882 Crash on ROLLBACK in a ROW_FORMAT=COMPRESSED tableMarko Mäkelä2023-03-222-17/+89
| * [MDEV-30824] Fix binlog to use 'String' for setting 'character_set_client'Tingyao Nian2023-03-2127-94/+94
* | MDEV-30400 fixup: Fix the UNIV_ZIP_DEBUG buildMarko Mäkelä2023-03-202-3/+3
* | MDEV-26827 fixup: Remove a bogus assertionMarko Mäkelä2023-03-201-1/+0
* | MDEV-30870 Undo tablespace name displays wrongly for I_S queriesThirunarayanan Balathandayuthapani2023-03-174-2/+16
* | MDEV-29975 InnoDB fails to release savepoint during bulk insertThirunarayanan Balathandayuthapani2023-03-173-1/+34
* | MDEV-26827 Make page flushing even fasterMarko Mäkelä2023-03-1621-669/+705
* | MDEV-26055: Improve adaptive flushingMarko Mäkelä2023-03-165-354/+360
* | MDEV-30357 Performance regression in locking reads from secondary indexesMarko Mäkelä2023-03-164-36/+48
* | MDEV-29835 InnoDB hang on B-tree split or mergeMarko Mäkelä2023-03-167-160/+156
* | Merge 10.5 into 10.6Marko Mäkelä2023-03-166-21/+101
|\ \ | |/
| * MDEV-30860 Race condition between buffer pool flush and log file deletion in ...Marko Mäkelä2023-03-161-5/+5
| * MDEV-30775 Performance regression in fil_space_t::try_to_close() introduced i...Vlad Lesin2023-03-104-16/+81
* | Merge 10.5 into 10.6Marko Mäkelä2023-03-1015-159/+172
|\ \ | |/
| * MDEV-30819 InnoDB fails to start up after downgrading from MariaDB 11.0Marko Mäkelä2023-03-093-14/+28
| * MDEV-23000: Ensure we get a warning from THD::drop_temporary_table() in case ...Weijun Huang2023-03-092-7/+8
| * move alloca() definition from all *.h files to one new header fileJulius Goryavsky2023-03-079-32/+58
| * MDEV-30567 rec_get_offsets() is not optimalMarko Mäkelä2023-03-061-118/+90
* | Merge 10.5 into 10.6Marko Mäkelä2023-03-061-1/+1
|\ \ | |/
| * Fix GCC 5.3.1 -Wsign-compareMarko Mäkelä2023-03-061-1/+1
| * CONC-637 Build fails when specifying -DPLUGIN_AUTH_GSSAPI_CLIENT=OFFbb-10.5-sergSergei Golubchik2023-02-281-0/+0
* | MDEV-30341 Reset check_foreigns, check_unique_secondary variablesThirunarayanan Balathandayuthapani2023-03-022-1/+6
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-2818-102/+168
|\ \ | |/
| * MDEV-30753 Possible corruption due to trx_purge_free_segment()Marko Mäkelä2023-02-282-59/+39
| * Added detection of memory overwrite with multi_mallocbb-10.5-montyMonty2023-02-2718-58/+136
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-2716-214/+201
|\ \ | |/
| * MDEV-30671 InnoDB undo log truncation fails to wait for purge of historyMarko Mäkelä2023-02-2416-200/+206
* | MDEV-25984 Assertion `max_doc_id > 0' failed in fts_init_doc_id()Thirunarayanan Balathandayuthapani2023-02-224-5/+63
* | MDEV-29871 innodb_fts.fulltext_misc unexpectedly reports a resultThirunarayanan Balathandayuthapani2023-02-212-5/+3
* | MDEV-27701 Race on trx->lock.wait_lock between lock_rec_move() and lock_sys_t...Vlad Lesin2023-02-204-4/+138
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-162-2/+11
|\ \ | |/
| * MDEV-30552 fixup: Fix the test for non-debugMarko Mäkelä2023-02-162-2/+11
| * Fix clang -Winconsistent-missing-overrideMarko Mäkelä2023-02-161-1/+1
* | MDEV-30638 Deadlock between INSERT and InnoDB non-persistent statistics updateMarko Mäkelä2023-02-167-33/+13
* | MDEV-30134 Assertion failed in buf_page_t::unfix() in buf_pool_t::watch_unset()Marko Mäkelä2023-02-162-50/+33
* | MDEV-30397: MariaDB crash due to DB_FAIL reported for a corrupted pageMarko Mäkelä2023-02-163-4/+8
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-167-16/+120
|\ \ | |/
| * MDEV-30657 InnoDB: Not applying UNDO_APPEND due to corruptionMarko Mäkelä2023-02-152-7/+21
| * MDEV-30333 Wrong result with not_null_range_scan and LEFT JOIN with empty tableMonty2023-02-153-5/+95
| * Fix S3 engine Coverity hitsAndrew Hutchings2023-02-142-4/+4