[MDEV-4051] INET6_ATON() and INET6_NTOA() Created: 2013-01-15 Updated: 2015-08-17 Resolved: 2014-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.12 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 9 |
| Labels: | upstream | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
Backport the following functions from MySQL-5.6:
|
| Comments |
| Comment by Aleai Sumity (Inactive) [ 2013-11-25 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Need datatype universal http://www.postgresql.org/docs/8.2/static/datatype-net-types.html | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Joffrey MICHAIE (Inactive) [ 2013-12-17 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello, Is there any plan to backport the feature to MariaDB 5.5 ? Thanks in advance, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2014-03-03 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
No, we cannot add new features to the 5.5-GA branch, only bug fixes can go there. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Aleai Sumity (Inactive) [ 2014-04-01 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
https://bitbucket.org/watchmouse/mysql-udf-ipv6/overview IPv6 and internationalized domain (IDNA) functions for MySQL ====================== I'm very happy to see that as of MySQL 5.6.3 functions with an identical API seem to be provided by MySQL, but inet6_ntop() -> inet6_ntoa() I've created aliases towards the native functions in the latest release of this UDF, with which this When loading the functions in this UDF, all examples in the manual work out of the box on pre-5.6 versions of MySQL: http://dev.mysql.com/doc/refman/5.6/en/miscellaneous-functions.html#function_inet6-ntoa ====================== These are experimental runtime plug-in (UDF) for MySQL inet6_ntop and inet6_pton() These files are experimental and provided as-is under a EUPL license. Pieter Ennes (pieter@watchmouse.com) Copyright ©2009-2011 WatchMouse LICENSE Licensed under the EUPL, Version 1.1 or – as soon they will be approved http://ec.europa.eu/idabc/eupl Unless required by applicable law or agreed to in writing, software | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergey Vojtovich [ 2014-04-11 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Additional relevant patches:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Martijn Otto [ 2014-05-05 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I was quite surprised to find out MariaDB 10.0 does not feature the native inet6_ntoa and inet6_aton functions. It seems like such a simple feature to implement. There is even a plugin mentioned (which we have been using for the last few years) that could be incorporated into MariaDB. |