summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* InnoDB: send "corrupted" error to the user, not only to the logpreview-10.7-MDEV-12933-provider-pluginsSergei Golubchik2021-10-2722-94/+99
* mariabackup: rename encryption_plugin -> xb_pluginSergei Golubchik2021-10-276-26/+24
* MDEV-26794 MariaBackup does not recognize added providers upon prepare of inc...Sergei Golubchik2021-10-275-9/+66
* MDEV-26794 MariaBackup does not recognize added providers upon prepare of inc...Sergei Golubchik2021-10-2713-23/+23
* MDEV-26791 MariaBackup logs compression provider plugins as encryption pluginSergei Golubchik2021-10-271-5/+4
* MDEV-26773 MariaBackup backup does not work with compression providersSergei Golubchik2021-10-274-50/+62
* MDEV-26774 Compression provider unloading at runtime has no effect but doesn'...Sergei Golubchik2021-10-273-1/+22
* Avoid ASAN odr errorSergei Golubchik2021-10-275-0/+20
* enable innodb compression tests that were disabled by mistakeSergei Golubchik2021-10-275-0/+9
* MDEV-12933 sort out the compression library chaosKartik Soneji2021-10-2794-451/+1954
* Change Find*.cmake modules to match conventionsKartik Soneji2021-10-2711-46/+65
* plugin can signal that it cannot be unloaded by failing deinit()Sergei Golubchik2021-10-2710-150/+57
* show "dying" state in I_S.PLUGINSSergei Golubchik2021-10-273-5/+9
* cleanup: plugin unloadSergei Golubchik2021-10-271-18/+11
* Merge 10.6 into 10.7Marko Mäkelä2021-10-272-4/+4
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-272-4/+4
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2021-10-272-4/+4
| | |\
| | | * MDEV-18543 fixup: Fix 32-bit buildsMarko Mäkelä2021-10-273-9/+9
* | | | Merge 10.6 into 10.7Marko Mäkelä2021-10-2747-270/+1259
|\ \ \ \ | |/ / /
| * | | Merge 10.5 into 10.6Marko Mäkelä2021-10-2747-277/+1266
| |\ \ \ | | |/ /
| | * | Merge 10.4 into 10.5st-10.5-mergeMarko Mäkelä2021-10-2732-221/+1092
| | |\ \ | | | |/
| | | * MDEV-22380 Assertion `name.length == strlen(name.str)' failed .. w/optimizer_...bb-10.4-bar-MDEV-22380Alexander Barkov2021-10-272-0/+44
| | | * Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2021-10-2715-56/+346
| | | |\
| | | | * MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-2715-56/+346
| | | * | MDEV-18543 IMPORT TABLESPACE fails after instant DROP COLUMNbb-10.4-MDEV-18543-instant-import-bugsEugene Kosov2021-10-2615-160/+693
| | * | | MDEV-26732 Assertion `0' failed in Item::val_nativebb-10.5-bar-MDEV-26732Alexander Barkov2021-10-264-0/+119
| | * | | MDEV-22552: mytop packagingbb-10.5-anel-MDEV-22552Anel Husakovic2021-10-254-10/+11
| | * | | MDEV-22552: mytop packagingBernard Spil2021-10-251-1/+1
| | * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-219-50/+50
| | |\ \ \ | | | |/ /
| | | * | Merge 10.3 into 10.4st-10.4-mergeMarko Mäkelä2021-10-219-50/+50
| | | |\ \ | | | | |/
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-219-47/+48
| | | | |\
| | | | | * MDEV-19129: Xcode compatibility update: mysql-test-run.pl: rename $opt_vs_con...Sergei Krivonos2021-10-218-45/+46
| | | | | * MDEV-19522 fixup: Use correct printf formatMarko Mäkelä2021-10-211-2/+2
* | | | | | MDEV-22166 fixup: Undefined reference to WFRM_WRITE_EXTRACTEDMarko Mäkelä2021-10-271-3/+2
* | | | | | MDEV-22166: Fix cmake -DPLUGIN_PARTITION=NOMarko Mäkelä2021-10-271-3/+3
* | | | | | MDEV-26844: DELETE returns ROW_NUMBER=1 for every row uponbb-10.7-row_numberRucha Deodhar2021-10-263-0/+51
* | | | | | MDEV-26830: Wrong ROW_NUMBER in diagnostics upon INSERT IGNORE withRucha Deodhar2021-10-263-2/+34
* | | | | | MDEV-26841: ROW_NUMBER is not set and differs from the message uponRucha Deodhar2021-10-263-0/+41
* | | | | | MDEV-26842: ROW_NUMBER is not set and differs from the message upon WARN_DATA...Rucha Deodhar2021-10-263-0/+39
* | | | | | MDEV-26654 ROW_NUMBER is wrong upon INSERT into Federated tableSergei Golubchik2021-10-262-0/+44
* | | | | | MDEV-26693 ROW_NUMBER is wrong upon INSERT or UPDATE on Spider tableSergei Golubchik2021-10-263-2/+89
* | | | | | fix RESIGNAL to save and pass the m_row_count tooSergei Golubchik2021-10-263-4/+7
* | | | | | refactor THD::raise_condition() familySergei Golubchik2021-10-2610-120/+79
* | | | | | MDEV-26635 ROW_NUMBER is not 0 for errors not caused because of rowsSergei Golubchik2021-10-2663-373/+383
* | | | | | the error should be on the second row, not the firstSergei Golubchik2021-10-264-55/+62
* | | | | | MDEV-26832: ROW_NUMBER in SIGNAL/RESIGNAL causes a syntax errorRucha Deodhar2021-10-266-1/+118
* | | | | | MDEV-26767 Server crashes when rename table and alter storage engineAleksey Midenkov2021-10-263-1/+11
* | | | | | MDEV-22165 CONVERT TABLE: move in partition from existing tableAleksey Midenkov2021-10-2617-326/+2411
* | | | | | Review and crash-safety fixAleksey Midenkov2021-10-269-96/+373
* | | | | | cleanup: reduce error injection noise in partitioningSergei Golubchik2021-10-266-96/+250