summaryrefslogtreecommitdiff
path: root/plugin/type_uuid
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.6 into 10.7Marko Mäkelä2022-09-2111-44/+44
* MDEV-27100 Subquery using the ALL keyword on UUID columns produces a wrong re...Alexander Barkov2022-08-242-0/+28
* MDEV-29159 Patch for MDEV-28918 introduces more inconsistency than it solves,...Alexander Barkov2022-08-056-231/+281
* MDEV-27015 Assertion `!is_null()' failed in FixedBinTypeBundle<FbtImpl>::Fbt ...bb-10.7-barAlexander Barkov2022-07-052-0/+34
* MDEV-28963 Incompatible data type assignment through SP vars is not consisten...Alexander Barkov2022-06-275-0/+740
* MDEV-28918 Implicit cast from INET6 UNSIGNED works differently on UPDATE vs A...Alexander Barkov2022-06-2712-42/+1112
* MDEV-28491 Uuid. "UPDATE/DELETE" not working "WHERE id IN (SELECT id FROM ..)"Alexander Barkov2022-06-032-0/+37
* MDEV-27354 Change maturity of pluginsSergei Golubchik2022-04-023-5/+5
* bump up server's maturitySergei Golubchik2021-12-211-1/+1
* MDEV-27261 Change maturity of plugins for 10.7 GASergei Golubchik2021-12-212-4/+4
* MDEV-26664 fixup: clang -Winconsistent-missing-overrideMarko Mäkelä2021-11-081-6/+6
* 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-2912-12/+3441
* Changing the FixedBinTypeBundle parameter to a "storage class" instead of sizesAlexander Barkov2021-10-293-7/+15
* UUID() function should return UUID, not VARCHAR(36)Sergei Golubchik2021-10-293-31/+49
* MDEV-4958 Adding datatype UUIDAlexander Barkov2021-10-2940-0/+5334