summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5816: Stored programs: validation of stored program statementsbb-11.0-MDEV-5816Dmitry Shulga2023-03-172-0/+3966
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-1710-32/+39
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-162-5/+25
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-163-38/+108
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-163-17/+66
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-162-2/+7
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-163-7/+12
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-168-60/+217
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-1612-57/+669
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-1611-193/+606
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-163-91/+208
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-163-12/+14
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-165-22/+14
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-162-10/+0
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-169-2713/+2776
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2023-03-162-7/+15
* MDEV-30811: Build issues on macOS 11.0Dmitry Shulga2023-03-162-9/+7
* 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
| | | |\ \ \ \ | | | | |/ / /