1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

test result fixed

This commit is contained in:
unknown
2006-11-01 14:22:11 +04:00
parent 01a0be193d
commit d922d5b6be

View File

@ -1418,5 +1418,5 @@ insert into t1 values (CAST('10:11:12' AS time));
select * from t1; select * from t1;
f1 f1
20101112000000.000014 20101112000000.000014
20101112.000000 101112.000000
drop table t1; drop table t1;