summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* appveyor - do not use cygwin's broken bison10.7-wladVladislav Vaintroub2021-11-031-4/+10
* troubleshoot stuck appveyor buildVladislav Vaintroub2021-11-031-0/+6
* MDEV-26947 UNIQUE column checks fail in InnoDB resulting in table corruptionThirunarayanan Balathandayuthapani2021-11-013-0/+61
* MDEV-26221: DYNAMIC_ARRAY use size_t for sizesSergei Golubchik2021-10-301-2/+2
* workaround for gcc bug 7302Sergei Golubchik2021-10-301-0/+1
* columnstoreSergei Golubchik2021-10-291-0/+0
* MDEV-26732 Assertion `0' failed in Item::val_nativepreview-10.7-MDEV-4958-uuidAlexander Barkov2021-10-292-0/+14
* MDEV-26785 Hyphens inside the value of uuid datatypeAlexander Barkov2021-10-293-16/+102
* MDEV-26742 Assertion `field->type_handler() == this' failed in FixedBinTypeBu...Alexander Barkov2021-10-292-4/+39
* MDEV-26664 Store UUIDs in a more efficient mannerAlexander Barkov2021-10-2915-36/+3601
* Changing the FixedBinTypeBundle parameter to a "storage class" instead of sizesAlexander Barkov2021-10-297-86/+166
* UUID() function should return UUID, not VARCHAR(36)Sergei Golubchik2021-10-2920-182/+204
* MDEV-4958 Adding datatype UUIDAlexander Barkov2021-10-2943-99/+5334
* cleanup: uuidSergei Golubchik2021-10-297-47/+25
* cleanup: move most of type_inet plugin implementation into the serverSergei Golubchik2021-10-295-2108/+1927
* MDEV-26242: Assertion `i >= 0' failed on setting default_tmp_storage_engine t...bb-10.7-vicentiu-MDEV-26242Vicențiu Ciorbaru2021-10-293-8/+87
* Merge 10.6 into 10.7Marko Mäkelä2021-10-2838-162/+648
|\
| * Merge 10.5 into 10.6Marko Mäkelä2021-10-2837-162/+644
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2021-10-2838-163/+650
| | |\
| | | * Merge 10.3 into 10.4Marko Mäkelä2021-10-2838-166/+650
| | | |\
| | | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-2838-163/+642
| | | | |\
| | | | | * MDEV-26867: Update the InnoDB version number to 5.7.36Marko Mäkelä2021-10-281-1/+1
| | | | | * MDEV-26866 FOREIGN KEY…SET NULL corrupts an index on a virtual columnNikita Malyavin2021-10-289-71/+415
| | | | | * Fix compile warning:bb-10.2-tmpSergei Petrunia2021-10-271-9/+7
| | | | | * MDEV-25402 Assertion `!str || str != Ptr' failed in String::copyAlexander Barkov2021-10-273-1/+49
| | | | | * Fix tests for PLUGIN_PARTITION=NOMarko Mäkelä2021-10-273-0/+3
| | | | | * MDEV-26868: Session tracking flag in OK_PACKETDiego Dupin2021-10-261-11/+8
| | | | | * pthread_yield() is depricated now, so use sched_yield() if possible.Oleksandr Byelkin2021-10-261-5/+7
| | | | | * Safemalloc typo fix found by clang.Oleksandr Byelkin2021-10-261-2/+2
| | | | | * Try to fix appveyor to prevent occasional failing of mysql_client_testVladislav Vaintroub2021-10-261-1/+1
| | | | | * MDEV-23391 Crash/assertion CREATE OR REPLACE TABLE AS SELECT under LOCK TABLEVladislav Vaintroub2021-10-263-6/+46
| | | | | * MDEV-26902 Auxilary fts table evicts during DDLbb-10.2-thiruThirunarayanan Balathandayuthapani2021-10-261-2/+2
| | | | | * MDEV-22711 Assertion `nr != 0' failed in handler::update_auto_increment.bb-10.2-mdev-22711-hfAlexey Botchkov2021-10-263-6/+57
| | | | | * MDEV-26556 An improper locking bug(s) due to unreleased lock.bb-10.2-mdev-26556-hfAlexey Botchkov2021-10-253-23/+13
| | | | | * compilation fixes for sys-devel/gcc-11.2.0:11Sergei Golubchik2021-10-256-7/+19
| | | | | * MDEV-23267 Assertion on --bootstrap --innodb-force-recoveryMarko Mäkelä2021-10-251-3/+9
| | | | | * Fix comment10.2-tmpSergei Petrunia2021-10-221-1/+1
| | | * | | MDEV-26914: Unreleased mutex in the exec_relay_log_event() functionbb-10.4-MDEV-26914-galeraJulius Goryavsky2021-10-281-0/+2
| * | | | | MDEV-26779: Enable adaptive spinning on ARMv8 for lock_sys.wait_mutexMarko Mäkelä2021-10-271-0/+4
* | | | | | 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