summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_time_hires.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/func_time_hires.result')
-rw-r--r--mysql-test/r/func_time_hires.result10
1 files changed, 5 insertions, 5 deletions
diff --git a/mysql-test/r/func_time_hires.result b/mysql-test/r/func_time_hires.result
index 0f822456724..17c55d554bc 100644
--- a/mysql-test/r/func_time_hires.result
+++ b/mysql-test/r/func_time_hires.result
@@ -39,14 +39,14 @@ t1 CREATE TABLE `t1` (
`sec_to_time(12345)` time DEFAULT NULL,
`sec_to_time(12345.6789)` time(4) DEFAULT NULL,
`sec_to_time(1234567e-2)` time(6) DEFAULT NULL,
- `now()` datetime NOT NULL,
+ `now()` datetime DEFAULT NULL,
`curtime(0)` time NOT NULL,
- `utc_timestamp(1)` datetime(1) NOT NULL,
+ `utc_timestamp(1)` datetime(1) DEFAULT NULL,
`utc_time(2)` time(2) NOT NULL,
`current_time(3)` time(3) NOT NULL,
- `current_timestamp(4)` datetime(4) NOT NULL,
- `localtime(5)` datetime(5) NOT NULL,
- `localtimestamp(6)` datetime(6) NOT NULL,
+ `current_timestamp(4)` datetime(4) DEFAULT NULL,
+ `localtime(5)` datetime(5) DEFAULT NULL,
+ `localtimestamp(6)` datetime(6) DEFAULT NULL,
`time_to_sec(123456)` bigint(17) DEFAULT NULL,
`time_to_sec('12:34:56.789')` decimal(19,3) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1