summaryrefslogtreecommitdiff
path: root/plugin/type_inet/sql_type_inet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/type_inet/sql_type_inet.cc')
-rw-r--r--plugin/type_inet/sql_type_inet.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/type_inet/sql_type_inet.cc b/plugin/type_inet/sql_type_inet.cc
index b05972e6942..a91b6b41a6f 100644
--- a/plugin/type_inet/sql_type_inet.cc
+++ b/plugin/type_inet/sql_type_inet.cc
@@ -169,7 +169,7 @@ bool Inet4::ascii_to_ipv4(const char *str, size_t str_length)
*/
template<>
-bool Inet6::ascii_to_fbt(const char *str, size_t str_length)
+bool Inet6_int::ascii_to_fbt(const char *str, size_t str_length)
{
if (str_length < 2)
{
@@ -383,7 +383,7 @@ size_t Inet4::to_string(char *dst, size_t dstsize) const
*/
template<>
-size_t Inet6::fbt_to_ascii(char *dst, size_t dstsize) const
+size_t Inet6_int::fbt_to_ascii(char *dst, size_t dstsize) const
{
struct Region
{
@@ -510,7 +510,7 @@ size_t Inet6::fbt_to_ascii(char *dst, size_t dstsize) const
}
template<>
-const Name &Inet6::default_value()
+const Name &Inet6_int::default_value()
{
static Name def(STRING_WITH_LEN("::"));
return def;