summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30164 System variable for default collationsbb-10.11-bar-collationsAlexander Barkov2023-03-2153-97/+2098
* Fixes to mysql_install_dbMonty2023-03-102-17/+31
* MDEV-30810 errmsg-utf8.txt no longer uses charsetsDaniel Black2023-03-103-23/+4
* Merge branch '10.10' into 10.11Sergei Golubchik2023-03-091-0/+0
|\
| * MCOL-5437 columnstore fails to compile to due old cs->casedn_multiply useSergei Golubchik2023-03-081-0/+0
* | MDEV-30789: Add Georgian error messages and localeEkaterine Papava2023-03-088-9/+89
* | MDEV-30789 Add Georgian translation (error messages)EkaterinePapava2023-03-075-2/+817
* | 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
* | | | | | 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
* | | | | | Merge 10.10 into 10.11Marko Mäkelä2023-02-16361-1939/+2938
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-02-16326-1774/+2897
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.8 into 10.9Marko Mäkelä2023-02-16327-1771/+2896
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-162-2/+11
| | | |\ \ \ | | | | |/ /
| | | | * | 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-27774 fixup: Correct a commentMarko Mäkelä2023-02-161-1/+1
| | | * | | Merge 10.6 into 10.8Marko Mäkelä2023-02-1631-129/+340
| | | |\ \ \ | | | | |/ /
| | | | * | 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
| | | | |\ \ | | | | | |/