summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27912 Fixing inconsistency w.r.t. expect files in tests.bb-10.6-mdev-27912Yuchen Pei2023-03-2224-50/+42
* 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
* | MDEV-30324: Wrong result upon SELECT DISTINCT ... WITH TIESVicențiu Ciorbaru2023-02-153-1/+48
* | Whitespace fixVicențiu Ciorbaru2023-02-151-1/+1
* | Update comments to match new debug_sync implementationVicențiu Ciorbaru2023-02-152-10/+8
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-1410-8/+111
|\ \ | |/
| * MDEV-30552 InnoDB recovery crashes when error handling scenarioThirunarayanan Balathandayuthapani2023-02-144-0/+50
| * MDEV-30551 InnoDB recovery hangs when buffer pool ran out of memoryThirunarayanan Balathandayuthapani2023-02-144-3/+28
| * MDEV-30412: JSON_OBJECTAGG doesn't escape double quote in keyWeijun Huang2023-02-143-1/+21
* | Merge 10.5 into 10.6Marko Mäkelä2023-02-10285-1546/+2180
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2023-02-10277-1500/+2048
| |\
| | * MDEV-30621: Türkiye is the correct current country namingDaniel Black2023-02-103-4/+6
| | * MDEV-30608: rpl.rpl_delayed_parallel_slave_sbm sometimes fails with Seconds_B...Brandon Nesterenko2023-02-093-0/+44