mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-17740 Extend EXTRACT(x AS DAY*) to understand long time intervals
This commit is contained in:
@ -17,10 +17,7 @@ Warnings:
|
||||
Warning 1292 Incorrect datetime value: '0'
|
||||
select extract(hour from '100000:02:03'), extract(hour from '100000:02:03 ');
|
||||
extract(hour from '100000:02:03') extract(hour from '100000:02:03 ')
|
||||
NULL NULL
|
||||
Warnings:
|
||||
Warning 1292 Incorrect time value: '100000:02:03'
|
||||
Warning 1292 Incorrect time value: '100000:02:03 '
|
||||
16 16
|
||||
#
|
||||
# backward compatibility craziness
|
||||
#
|
||||
|
Reference in New Issue
Block a user