summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5816: Stored programs: validation of stored program statements10.9-MDEV-5816Dmitry Shulga2022-06-152-9/+8
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-06-157-34/+55
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-06-065-2/+42
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-06-064-22/+48
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-05-274-8/+75
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-05-236-20/+100
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-05-172-3/+6
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-164-16/+348
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-1611-191/+614
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-163-80/+212
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-163-12/+14
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-165-22/+14
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-162-10/+0
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-169-2734/+2711
* MDEV-5816: Stored programs: validation of stored program statementsDmitry Shulga2022-03-162-7/+15
* Merge 10.8 into 10.9Marko Mäkelä2022-03-161-0/+0
|\
| * MDEV-28051 Error compiling libmariadb/plugins/compress/c_zstd.cMarko Mäkelä2022-03-161-0/+0
* | MDEV-27812 fixup: Use log_sys.get_block_size()Marko Mäkelä2022-03-161-6/+7
* | Merge 10.8 into 10.9Marko Mäkelä2022-03-1561-261/+789
|\ \ | |/
| * Merge 10.7 into 10.8Marko Mäkelä2022-03-1517-54/+245
| |\
| | * Merge 10.6 into 10.7Marko Mäkelä2022-03-1516-54/+245
| | |\
| | | * Merge 10.5 into 10.6Marko Mäkelä2022-03-1512-43/+160
| | | |\
| | | | * MDEV-27985 buf_flush_freed_pages() causes InnoDB to hangMarko Mäkelä2022-03-151-31/+72
| | | | * MDEV-25214 Crash in fil_space_t::try_to_closeMarko Mäkelä2022-03-151-2/+6
| | | | * Merge 10.4 into 10.5Marko Mäkelä2022-03-1510-11/+83
| | | | |\
| | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-03-157-8/+57
| | | | | |\
| | | | | | * mtr: fix --source lines detectionSergei Golubchik2022-03-141-1/+1
| | | | | | * MDEV-18304 sql_safe_updates does not work with OR clausesSergei Golubchik2022-03-124-7/+52
| | | | | | * Avoid shutdown timeout in innodb.undo_truncateMarko Mäkelä2022-03-112-0/+4
| | | | | * | MDEV-28060 Online DDL fails while checking for instant alter conditionThirunarayanan Balathandayuthapani2022-03-143-1/+24
| | | * | | | MDEV-27342: Fix issue of recovery failure using new server idHugo Wen2022-03-144-11/+85
| | * | | | | Fix clang -Wtypedef-redefinitionMarko Mäkelä2022-03-151-1/+1
| * | | | | | MDEV-28043 Race condition between mtr_t::commit() and checkpointMarko Mäkelä2022-03-154-28/+53
| * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-03-1440-174/+468
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 10.6 into 10.7Marko Mäkelä2022-03-1419-50/+124
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-03-1410-14/+53
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-28050: clang -Wtypedef-redefinition when PLUGIN_S3=NOMarko Mäkelä2022-03-141-1/+0
| | | | * | | MDEV-24841: More workaroundsMarko Mäkelä2022-03-142-0/+10
| | | | * | | MDEV-24841 Build error with MSAN use-of-uninitialized-value in comp_errMarko Mäkelä2022-03-148-13/+41
| | | * | | | MDEV-28049 Error on compiling trx0purge.ccMarko Mäkelä2022-03-141-2/+2
| | | * | | | MDEV-27753 Incorrect ENGINE type of table after crash for CONNECT tableSergei Golubchik2022-03-121-4/+4
| | | * | | | MDEV-27900: aio handle partial reads/writes (uring)Daniel Black2022-03-122-1/+3
| | | * | | | Merge branch 10.5 into 10.6Daniel Black2022-03-126-29/+62
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | MDEV-27900: aio handle partial reads/writesDaniel Black2022-03-126-29/+62
| | * | | | | MDEV-27169 Change default values of Spider plugin variables to default values...Nayuta Yanagisawa2022-03-1417-118/+252
| | * | | | | MDEV-27923 Deprecate spider_use_handlerNayuta Yanagisawa2022-03-144-1/+78
| * | | | | | MDEV-27860 SIGSEGV in spider_parse_connect_info on CREATE TABLENayuta Yanagisawa2022-03-143-5/+23
* | | | | | | Merge 10.8 into 10.9Marko Mäkelä2022-03-1115-35/+68
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-03-1115-35/+68
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix clang -Wtypedef-redefinitionMarko Mäkelä2022-03-116-10/+12