diff options
Diffstat (limited to 'mysql-test/r/func_time.result')
-rw-r--r-- | mysql-test/r/func_time.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_time.result b/mysql-test/r/func_time.result index 0a2bbc97e25..bbdbfe0c549 100644 --- a/mysql-test/r/func_time.result +++ b/mysql-test/r/func_time.result @@ -948,8 +948,8 @@ sec_to_time(1) + 0, from_unixtime(1) + 0; show create table t1; Table Create Table t1 CREATE TABLE `t1` ( - `now() - now()` bigint(21) NOT NULL DEFAULT '0', - `curtime() - curtime()` bigint(12) NOT NULL DEFAULT '0', + `now() - now()` bigint(21) NOT NULL, + `curtime() - curtime()` bigint(12) NOT NULL, `sec_to_time(1) + 0` bigint(12) DEFAULT NULL, `from_unixtime(1) + 0` bigint(21) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1 |