summaryrefslogtreecommitdiff
path: root/plugin/type_inet/sql_type_inet.cc
Commit message (Expand)AuthorAgeFilesLines
* Changing the FixedBinTypeBundle parameter to a "storage class" instead of sizesAlexander Barkov2021-10-291-6/+3
* cleanup: move most of type_inet plugin implementation into the serverSergei Golubchik2021-10-291-1192/+9
* Merge 10.5 into 10.6Marko Mäkelä2021-10-271-0/+57
|\
| * MDEV-26732 Assertion `0' failed in Item::val_nativebb-10.5-bar-MDEV-26732Alexander Barkov2021-10-261-0/+57
* | cleanup: formattingSergei Golubchik2021-06-111-6/+3
* | Reduce usage of strlen()Monty2021-05-191-2/+6
* | Split item->flags into base_flags and with_flagsMonty2021-05-191-1/+1
* | Remove calls to current_thd() in Item functionsMichael Widenius2021-05-191-2/+2
* | Change bitfields in Item to an uint16Michael Widenius2021-05-191-4/+4
|/
* Merge 10.4 into 10.5Marko Mäkelä2020-08-011-4/+9
* MDEV-22758 Assertion `!item->null_value' failed in Type_handler_inet6::make_s...Alexander Barkov2020-06-031-7/+22
* Fixed access to undefined memory found by valgrind and MSANMonty2020-05-231-1/+1
* MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRYAlexander Barkov2020-03-101-0/+6
* MDEV-21580: Allow packed sort keys in sort bufferVarun Gupta2020-03-101-6/+29
* MDEV-20844: Add missing override qualifiersMarko Mäkelä2019-10-281-2/+2
* MDEV-20844 RBR from binary(16) to inet6 fails with error 171: The event was c...Alexander Barkov2019-10-181-0/+24
* MDEV-20831 Table partitioned by LIST/RANGE COLUMNS(inet6) can be created, but...Alexander Barkov2019-10-151-0/+34
* MDEV-20818 ER_CRASHED_ON_USAGE or Assertion `length <= column->length' failed...Alexander Barkov2019-10-141-7/+2
* MDEV-20800 Server crashes in Field_inet6::store_warning upon updating table s...Alexander Barkov2019-10-131-3/+4
* Adding the "override" keyword to Item_char_typecast_func_handler_inet6_to_bin...Alexander Barkov2019-10-131-1/+2
* Fixing a mysqld crash on Ubuntu-10.2 (Quantal)Alexander Barkov2019-10-121-2/+2
* MDEV-20806 Federated does not work with INET6, returns NULL with warning ER_T...Alexander Barkov2019-10-121-13/+26
* MDEV-20798 Conversion from INET6 to other types performed without errors or w...Alexander Barkov2019-10-111-15/+7
* MDEV-20795 CAST(inet6 AS BINARY) returns wrong resultAlexander Barkov2019-10-111-0/+48
* MDEV-20783 INET6 cannot be converted to BINARY(16)Alexander Barkov2019-10-101-19/+31
* Adding missing "override" keywords, to make clang happy.Alexander Barkov2019-10-091-11/+11
* MDEV-274 The data type for IPv6/IPv4 addresses in MariaDBAlexander Barkov2019-10-081-1/+932
* MDEV-20768 Turn INET functions into a function collection pluginAlexander Barkov2019-10-071-0/+542