summaryrefslogtreecommitdiff
path: root/mysql-test/r/temporal_literal.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/temporal_literal.result')
-rw-r--r--mysql-test/r/temporal_literal.result4
1 files changed, 1 insertions, 3 deletions
diff --git a/mysql-test/r/temporal_literal.result b/mysql-test/r/temporal_literal.result
index c79ed311d16..84749302337 100644
--- a/mysql-test/r/temporal_literal.result
+++ b/mysql-test/r/temporal_literal.result
@@ -399,9 +399,7 @@ Warnings:
Warning 1292 Incorrect datetime value: '00:00:00'
SELECT DATE_ADD(TIME'00:00:00', INTERVAL 1 HOUR);
DATE_ADD(TIME'00:00:00', INTERVAL 1 HOUR)
-NULL
-Warnings:
-Warning 1292 Incorrect datetime value: '00:00:00'
+01:00:00
SELECT TIMESTAMPDIFF(SECOND,TIME'00:00:00', TIME'00:00:00');
TIMESTAMPDIFF(SECOND,TIME'00:00:00', TIME'00:00:00')
NULL