A cleanup for: MDEV-18010 Add classes Inet4 and Inet6
- Moving the implementations of class Inet4 and class Inet6 into separate files sql_type_inet.h and sql_type_inet.cc, in order to reuse them for the INET6 data type and inet function collection. - Adding a warning in the case when IS_IPV4_MAPPED() and IS_IPV4_COMPAT() erroneously gets an IPv4 address instead of the expected IPv6 address.
Showing
This diff is collapsed.
sql/sql_type_inet.cc
0 → 100644
This diff is collapsed.
sql/sql_type_inet.h
0 → 100644
Please register or sign in to comment