diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-04-30 17:39:23 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-04-30 17:39:23 +0300 |
commit | edde138b30dc970931e16eca78255f18e7101c10 (patch) | |
tree | e714981cb4f1383dfc31447e765e74da60f58d27 /mysql-test/r/func_misc.result | |
parent | 09b8283864d92b46ca9d86b495a6194af447869d (diff) | |
download | mariadb-git-edde138b30dc970931e16eca78255f18e7101c10.tar.gz |
removing architecture dependent test
Diffstat (limited to 'mysql-test/r/func_misc.result')
-rw-r--r-- | mysql-test/r/func_misc.result | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result index 67f43ca5ba4..4eed80c4cc9 100644 --- a/mysql-test/r/func_misc.result +++ b/mysql-test/r/func_misc.result @@ -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 |