summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-05-02 22:00:31 +0200
committerSergei Golubchik <sergii@pisem.net>2012-05-02 22:00:31 +0200
commit167ad4c4a5ca55ed79a04300fe368f51a5fc5e43 (patch)
treee0a854681489a973ab27db85d686b2c3914d9be8 /mysql-test
parent8fe40c50db3445ce7b9485ddcdc3893ef0250652 (diff)
downloadmariadb-git-167ad4c4a5ca55ed79a04300fe368f51a5fc5e43.tar.gz
update the result file
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/func_time.result2
1 files changed, 1 insertions, 1 deletions
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