Fixed MySQL datetime test case

This commit is contained in:
Lukas Eder 2012-02-18 16:30:00 +00:00
parent 58ef7190ec
commit 10e330343c

View File

@ -53,7 +53,7 @@ CREATE TABLE t_dates (
id int,
d date,
t time,
ts timestamp,
ts datetime,
d_int int,
ts_bigint bigint,