Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5(EOL), 10.0(EOL), 10.1(EOL), 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
SELECT HEX(INET6_ATON('1::1')), HEX(INET6_ATON(CONVERT('1::1' USING ucs2))); |
+----------------------------------+---------------------------------------------+
|
| HEX(INET6_ATON('1::1')) | HEX(INET6_ATON(CONVERT('1::1' USING ucs2))) |
|
+----------------------------------+---------------------------------------------+
|
| 00010000000000000000000000000001 | NULL |
|
+----------------------------------+---------------------------------------------+
|
Looks wrong. The result for the second column should be equal to the first column.
Attachments
Issue Links
- blocks
-
MDEV-274 The data type for IPv6/IPv4 addresses in MariaDB
- Closed