summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30805 SIGSEGV in my_convert and UBSAN: member access within null pointer...bb-11.0-bar-MDEV-30805Alexander Barkov2023-03-149-137/+180
* MCOL-5437 columnstore fails to compile to due old cs->casedn_multiply useSergei Golubchik2023-03-101-0/+0
* Fixed the cost for HASH joinMonty2023-03-075-17/+57
* Allow firstmatch to use HASH joinsMonty2023-03-0726-85/+134
* Merge 10.11 into 11.0Marko Mäkelä2023-03-0631-158/+233
|\
| * Merge 10.10 into 10.11Marko Mäkelä2023-03-0631-167/+240
| |\
| | * Merge 10.9 into 10.10Marko Mäkelä2023-03-0621-102/+175
| | |\
| | | * Merge 10.8 into 10.9Marko Mäkelä2023-03-0621-102/+175
| | | |\
| | | | * Merge 10.6 into 10.8Marko Mäkelä2023-03-0620-100/+172
| | | | |\
| | | | | * 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
| | | | * | | MDEV-30752 Assertion `!index->is_ibuf()' failed aroundThirunarayanan Balathandayuthapani2023-03-021-2/+3
| | * | | | | A cleanup for MDEV-30695 Refactor case folding data types in Asian collationsAlexander Barkov2023-03-0310-65/+65
| * | | | | | MDEV-30311 system-wide max transaction id corrupted after changing the undo t...Marko Mäkelä2023-03-031-1/+10
* | | | | | | Add parameter of key file path for AWS KMS pluginHugo Wen2023-03-061-9/+26
* | | | | | | Fix warning in mariadb-install-dbAndrew Hutchings2023-03-061-14/+14
* | | | | | | Use range instead of ref when we know that range is equal or better.Monty2023-03-031-7/+25
* | | | | | | Fixed crashing bug in recursive SQL if write to tmp table would failMonty2023-03-0210-42/+171
* | | | | | | MMAP does not work reliable on windowsMonty2023-03-021-0/+8
* | | | | | | MDEV-30540 Wrong result with IN list length reaching IN_PREDICATE_CONVERSION_...Monty2023-03-0216-155/+388
* | | | | | | Fixed wrong DBUG_PRINTMonty2023-03-021-6/+3
* | | | | | | Don't log delete_all_rows() for temporary Aria files to transaction logMonty2023-03-021-3/+3
* | | | | | | Fixes to make dbug traces from Windows easier to compare with Unix tracesMonty2023-03-027-51/+44
* | | | | | | Deb: use MariaDB namingDaniel Black2023-03-026-45/+44
* | | | | | | MDEV-30671 follow-up: Remove the field TRX_UNDO_NEEDS_PURGEMarko Mäkelä2023-02-284-28/+7
* | | | | | | Merge 10.11 into 11.0Marko Mäkelä2023-02-28101-9033/+34470
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-28101-9033/+34470
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-2865-229/+25507
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-2865-229/+25507
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-2826-228/+405
| | | | |\ \ \ | | | | | |/ /
| | | | | * | 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
| | | | * | | MDEV-30716 Wrong casefolding in xxx_unicode_520_ci for U+0700..U+07FFAlexander Barkov2023-02-2339-1/+25102
| | * | | | | Fixed (non crtitial) memory segment overrunbb-10.10-montyMonty2023-02-261-1/+1
| | * | | | | MDEV-30694: Cross building on x86_64 to arch i686 failsHelmut Grohne2023-02-222-2/+4
| | * | | | | MDEV-30695 Refactor case folding data types in Asian collationsAlexander Barkov2023-02-2120-7842/+8185
| | * | | | | MDEV-30692 conf_to_src is not up to dateAlexander Barkov2023-02-212-253/+266
| | * | | | | MDEV-30661 UPPER() returns an empty string for U+0251 in uca1400 collations f...Alexander Barkov2023-02-1735-706/+507
| * | | | | | bump the VERSIONDaniel Bartholomew2023-02-161-1/+1
* | | | | | | Fixed bug in optimizer_costs.testMonty2023-02-272-2/+4
* | | | | | | Fix CODING_STANDARDS link in PR templateAndrew Hutchings2023-02-231-1/+1
* | | | | | | bump the VERSIONbb-11.0-bumpversionDaniel Bartholomew2023-02-221-1/+1