summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <holyfoot/hf@mysql.com/deer.(none)>2006-11-01 14:22:11 +0400
committerunknown <holyfoot/hf@mysql.com/deer.(none)>2006-11-01 14:22:11 +0400
commitd922d5b6be1d45069bd87614a2688c49ef25ad8b (patch)
treed4e7b4ff49415cbe4b276fb6821f050990f1c02e /mysql-test
parent01a0be193d8344e1b20c366b30a7ca75a0a9bd44 (diff)
downloadmariadb-git-d922d5b6be1d45069bd87614a2688c49ef25ad8b.tar.gz
test result fixed
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/type_newdecimal.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/type_newdecimal.result b/mysql-test/r/type_newdecimal.result
index f24014da285..23e6f8266e9 100644
--- a/mysql-test/r/type_newdecimal.result
+++ b/mysql-test/r/type_newdecimal.result
@@ -1418,5 +1418,5 @@ insert into t1 values (CAST('10:11:12' AS time));
select * from t1;
f1
20101112000000.000014
-20101112.000000
+101112.000000
drop table t1;