[MDEV-14116] INET6_NTOA output is set as null to varchar(39) variable Created: 2017-10-24 Updated: 2017-11-08 Resolved: 2017-11-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Stored routines |
| Affects Version/s: | 10.0, 10.1, 10.1.25, 10.0.32, 10.2.7, 10.2 |
| Fix Version/s: | 10.0.34, 10.1.29, 10.2.11, 10.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Vijay | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Environment: |
Centos 7 |
||
| Sprint: | 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::
|
| Comments |
| Comment by Elena Stepanova [ 2017-10-30 ] | ||||||||||||||||||||||||
|
Thanks for the report.
The behavior changed with this commit in 10.0 branch and up:
| ||||||||||||||||||||||||
| Comment by Alexander Barkov [ 2017-11-07 ] | ||||||||||||||||||||||||
|
"commit 3a37afec293e36e51b83a9bd338ad5f74e7f63c0" did not introduce the bug. It only revealed the bug. |