diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-06-28 19:19:23 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-06-28 19:19:23 -0600 |
commit | 7c7647850b3cea2cf99c81cb994565042c8b0e9e (patch) | |
tree | 4561849195bcaa0f2c874253838e75bb1b282435 /mysql-test | |
parent | 656d118a586d99180843899f33b5963e4c832da3 (diff) | |
download | mariadb-git-7c7647850b3cea2cf99c81cb994565042c8b0e9e.tar.gz |
fixed float test result for updated test case
mysql-test/r/type_float.result:
fixed test result
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/type_float.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/type_float.result b/mysql-test/r/type_float.result index 93a38e9967f..30a2f884557 100644 --- a/mysql-test/r/type_float.result +++ b/mysql-test/r/type_float.result @@ -2,6 +2,8 @@ 10 10.0 10 10 10 6e-05 -6e-05 --6e-05 -6e-05+1.000000 6e-05 -6e-05 6e-05 0.99994 +1e1 1.e1 1.0e1 1e+1 1.e+1 1.0e+1 1e-1 1.e-1 1.0e-1 +10 10 10 10 10 10 0.1 0.1 0.1 Field Type Null Key Default Extra Privileges f1 float YES NULL select,insert,update,references f2 double YES NULL select,insert,update,references |