From 167ad4c4a5ca55ed79a04300fe368f51a5fc5e43 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 2 May 2012 22:00:31 +0200 Subject: [PATCH] update the result file --- mysql-test/r/func_time.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/func_time.result b/mysql-test/r/func_time.result index 359b561bb95..cc5cb5edbd6 100644 --- a/mysql-test/r/func_time.result +++ b/mysql-test/r/func_time.result @@ -814,7 +814,7 @@ create table t1 select last_day('2000-02-05') as a, from_days(to_days("960101")) as b; describe t1; Field Type Null Key Default Extra -a date NO 0000-00-00 +a date YES NULL b date YES NULL select * from t1; a b