Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.25, 10.0.32, 10.2.7, 10.0(EOL), 10.1(EOL), 10.2(EOL)
-
Centos 7
-
10.2.11
Description
The following code snippet was working for me in version 10.2.6. But I saw issues in version 10.2.9, where the variable "ip_full_addr" is returning null instead of expected value 2000::
DECLARE ip_full_addr varchar(39) DEFAULT ""; |
SELECT INET6_NTOA(UNHEX('20000000000000000000000000000000')) into ip_full_addr; |
SELECT ip_full_addr; |