Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.5, 10.0, 10.1, 10.2, 10.3, 10.4
-
Fix Version/s: 10.4.1
-
Component/s: Data types
-
Labels: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
-