1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fix for a NAN problem in FORMAT(...) string function ..

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-04-14 21:46:24 +03:00
parent 5ae3989fe3
commit 0e76eab9d4
3 changed files with 5 additions and 1 deletions

View File

@ -10,3 +10,6 @@ inet_aton("255.255.255.255.255") inet_aton("255.255.1.255") inet_aton("0.1.255")
select inet_ntoa(1099511627775),inet_ntoa(4294902271),inet_ntoa(511);
inet_ntoa(1099511627775) inet_ntoa(4294902271) inet_ntoa(511)
NULL 255.255.1.255 0.0.1.255
select format("nan",2);
format("nan",2)
nan