1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

removing architecture dependent test

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-04-30 17:39:23 +03:00
parent 7a450cb131
commit 64b0bfcf00
2 changed files with 0 additions and 4 deletions

View File

@ -10,6 +10,3 @@ 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