diff options
author | unknown <serg@serg.mylan> | 2004-02-27 23:33:29 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-27 23:33:29 +0100 |
commit | b2674f76c1fc8d7799951ae7d688b9574e27721e (patch) | |
tree | 6d0b5a30aa054dcdc79ec9d50c024ff01a3c78df | |
parent | 42f5a91f59cf1573b9261707e71f5243f25f45b8 (diff) | |
download | mariadb-git-b2674f76c1fc8d7799951ae7d688b9574e27721e.tar.gz |
restored func_misc.result after my_strtod fix
-rw-r--r-- | mysql-test/r/func_misc.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_misc.result b/mysql-test/r/func_misc.result index ec5f76409e7..581bc54db18 100644 --- a/mysql-test/r/func_misc.result +++ b/mysql-test/r/func_misc.result @@ -1,6 +1,6 @@ select format(1.5555,0),format(123.5555,1),format(1234.5555,2),format(12345.5555,3),format(123456.5555,4),format(1234567.5555,5),format("12345.2399",2); format(1.5555,0) format(123.5555,1) format(1234.5555,2) format(12345.5555,3) format(123456.5555,4) format(1234567.5555,5) format("12345.2399",2) -2 123.6 1,234.56 12,345.556 123,456.5555 1,234,567.55550 12,345.24 +2 123.6 1,234.56 12,345.555 123,456.5555 1,234,567.55550 12,345.24 select inet_ntoa(inet_aton("255.255.255.255.255.255.255.255")); inet_ntoa(inet_aton("255.255.255.255.255.255.255.255")) NULL |