summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorpeter@mysql.com <>2002-08-04 13:51:17 +0400
committerpeter@mysql.com <>2002-08-04 13:51:17 +0400
commit84b7a32a64166a85bea2475e8a961a00e9ce2039 (patch)
treed57a65b6ac44788faaf3fbc3bc147f8a64cb56b8 /mysql-test
parent8d21c657e880ec9c02423a686d8c2f3d99a44285 (diff)
parent03176ed2594a277542e3b9dea24407f7929006d5 (diff)
downloadmariadb-git-84b7a32a64166a85bea2475e8a961a00e9ce2039.tar.gz
Merge mysql.com:/home/pz/mysql/mysql-4.0-root
into mysql.com:/home/pz/mysql/mysql-4.0
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/type_decimal.result12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/r/type_decimal.result b/mysql-test/r/type_decimal.result
index 5623482aa7f..a66809b139b 100644
--- a/mysql-test/r/type_decimal.result
+++ b/mysql-test/r/type_decimal.result
@@ -199,15 +199,15 @@ select * from t1;
a
0.00
0.00
-0.00
-01.00
++0.00
01.00
++01.00
0.00
0.00
++0.10
0.10
-0.10
-00000001.00
00000001.00
++0000001.00
0.00
99999999.99
99999999.99
@@ -316,9 +316,9 @@ select * from t1;
a
0
0
-1
++1
01
-0000000001
++000000001
1234567890
9999999999
drop table t1;