Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Let's move the following SQL functions:
- INET_ATON()
- INET_NTOA()
- INET6_ATON()
- INET6_NTOA()
- IS_IPV4()
- IS_IPV6()
- IS_IPV4_COMPAT()
- IS_IPV4_MAPPED()
into a mandatory function collection plugin.
The source files:
- sql_type_inet.h
- sql_type_inet.cc
- item_inetfunc.h
- item_inetfunc.cc
will move from /sql/ to /plugin/type_inet/.
Later we'll also put the INET6 data type implementation into the same directory.
Attachments
Issue Links
- blocks
-
MDEV-274 The data type for IPv6/IPv4 addresses in MariaDB
- Closed
- is blocked by
-
MDEV-20764 Add MariaDB_FUNCTION_COLLECTION_PLUGIN
- Closed