Type:
Bug
Priority:
Blocker
Resolution:
Fixed
Affects Version/s:
None
Component/s:
None
CAST(time_expr AS DATETIME) and CAST(time_expr AS DATE)
work differently in MariaDB-10.0 and MySQL-5.6.
MySQL-5.6:
mysql> SELECT CURRENT_DATE, CAST(TIME'48:10:10' AS DATETIME), CAST(TIME'48:10:10' AS DATE);
+--------------+----------------------------------+------------------------------+
| CURRENT_DATE | CAST(TIME'48:10:10' AS DATETIME) | CAST(TIME'48:10:10' AS DATE) |
+--------------+----------------------------------+------------------------------+
| 2013-12-02 | 2013-12-04 00:10:10 | 2013-12-04 |
+--------------+----------------------------------+------------------------------+
1 row in set (0.00 sec)
MariaDB-10.0:
mysql> SELECT CURRENT_DATE, CAST(TIME'48:10:10' AS DATETIME), CAST(TIME'48:10:10' AS DATE);
+--------------+----------------------------------+------------------------------+
| CURRENT_DATE | CAST(TIME'48:10:10' AS DATETIME) | CAST(TIME'48:10:10' AS DATE) |
+--------------+----------------------------------+------------------------------+
| 2013-12-02 | 0000-00-02 00:10:10 | 0000-00-00 |
+--------------+----------------------------------+------------------------------+
1 row in set (0.01 sec)
Starting from the version 5.6, MySQL switched to the SQL Standard
behaviour when casting TIME to DATETIME, i.e. by adding CURRENT_DATE
to the time value.
MySQL-5.6 also uses CURRENT_DATE when casting from TIME to DATE for consistency
(this is a non-standard extension, the standard disallows CAST from TIME to DATE).
Pre-5.6 versions of MySQL did not use CURRENT_DATE when doing such casts.
MariaDB-10.0 still demonstrates the pre-5.6 behaviour.
Note, Oracle 11g also uses the standard behaviour:
SQL> SELECT CURRENT_DATE, CAST(TIME'10:10:10' AS TIMESTAMP) FROM DUAL;
CURRENT_DATE
------------------
CAST(TIME'10:10:10'ASTIMESTAMP)
---------------------------------------------------------------------------
02-DEC-13
02-DEC-13 10.10.10.000000 AM
An excerpt from the SQL standard, Section 6.12 <cast specification>:
<cast specification> ::= CAST <left paren> <cast operand> AS <cast target> <right paren>
<cast operand> ::= <value expression> | <null specification> | <empty specification>
.. let TD be the data type identified by <data type>
.. let SD be the declared type of the <value expression>
.. SV is the source value
.. TV is the target value
17) If TD is the datetime data type TIMESTAMP WITHOUT TIME ZONE...
c) If SD is TIME WITHOUT TIME ZONE, then the <primary datetime field>s
year, month, and day of TV are set to their respective values in an execution
of CURRENT_DATE and the <primary datetime field>s hour, minute, and second
of TV are set to their respective values in SV, with implementation-
defined rounding or truncation if necessary.
Transition
Time In Source Status
Execution Times
Open
Closed
96d 9h 55m
1
{"report":{"fcp":945.4000000953674,"ttfb":287.30000019073486,"pageVisibility":"visible","entityId":27301,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"c32b1f02-518c-4a14-ad23-ae4308e57e62","navigationType":0,"readyForUser":1036.5,"redirectCount":0,"resourceLoadedEnd":1071.8000001907349,"resourceLoadedStart":292.40000009536743,"resourceTiming":[{"duration":53.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":292.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":292.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":345.80000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":53.700000286102295,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":292.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":292.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":346.30000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":112.89999961853027,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":292.80000019073486,"connectEnd":292.80000019073486,"connectStart":292.80000019073486,"domainLookupEnd":292.80000019073486,"domainLookupStart":292.80000019073486,"fetchStart":292.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":292.80000019073486,"responseEnd":405.69999980926514,"responseStart":405.69999980926514,"secureConnectionStart":292.80000019073486},{"duration":165.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":293,"connectEnd":293,"connectStart":293,"domainLookupEnd":293,"domainLookupStart":293,"fetchStart":293,"redirectEnd":0,"redirectStart":0,"requestStart":293,"responseEnd":458.30000019073486,"responseStart":458.30000019073486,"secureConnectionStart":293},{"duration":168.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":293.19999980926514,"connectEnd":293.19999980926514,"connectStart":293.19999980926514,"domainLookupEnd":293.19999980926514,"domainLookupStart":293.19999980926514,"fetchStart":293.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":293.19999980926514,"responseEnd":462,"responseStart":462,"secureConnectionStart":293.19999980926514},{"duration":169.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":293.30000019073486,"connectEnd":293.30000019073486,"connectStart":293.30000019073486,"domainLookupEnd":293.30000019073486,"domainLookupStart":293.30000019073486,"fetchStart":293.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":293.30000019073486,"responseEnd":462.40000009536743,"responseStart":462.40000009536743,"secureConnectionStart":293.30000019073486},{"duration":169.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":293.5,"connectEnd":293.5,"connectStart":293.5,"domainLookupEnd":293.5,"domainLookupStart":293.5,"fetchStart":293.5,"redirectEnd":0,"redirectStart":0,"requestStart":293.5,"responseEnd":462.80000019073486,"responseStart":462.80000019073486,"secureConnectionStart":293.5},{"duration":255.80000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":293.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":293.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":549.5,"responseStart":0,"secureConnectionStart":0},{"duration":169.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":293.90000009536743,"connectEnd":293.90000009536743,"connectStart":293.90000009536743,"domainLookupEnd":293.90000009536743,"domainLookupStart":293.90000009536743,"fetchStart":293.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":293.90000009536743,"responseEnd":463.19999980926514,"responseStart":463.19999980926514,"secureConnectionStart":293.90000009536743},{"duration":255.69999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":294,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":294,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":549.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":169.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":294.19999980926514,"connectEnd":294.19999980926514,"connectStart":294.19999980926514,"domainLookupEnd":294.19999980926514,"domainLookupStart":294.19999980926514,"fetchStart":294.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":294.19999980926514,"responseEnd":463.69999980926514,"responseStart":463.69999980926514,"secureConnectionStart":294.19999980926514},{"duration":396.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":299.5,"connectEnd":299.5,"connectStart":299.5,"domainLookupEnd":299.5,"domainLookupStart":299.5,"fetchStart":299.5,"redirectEnd":0,"redirectStart":0,"requestStart":299.5,"responseEnd":696.0999999046326,"responseStart":696.0999999046326,"secureConnectionStart":299.5},{"duration":721.8000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":299.5,"connectEnd":299.5,"connectStart":299.5,"domainLookupEnd":299.5,"domainLookupStart":299.5,"fetchStart":299.5,"redirectEnd":0,"redirectStart":0,"requestStart":299.5,"responseEnd":1021.3000001907349,"responseStart":1021.3000001907349,"secureConnectionStart":299.5},{"duration":134.80000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":561.6999998092651,"connectEnd":561.6999998092651,"connectStart":561.6999998092651,"domainLookupEnd":561.6999998092651,"domainLookupStart":561.6999998092651,"fetchStart":561.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":561.6999998092651,"responseEnd":696.5,"responseStart":696.5,"secureConnectionStart":561.6999998092651},{"duration":234.7000002861023,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":837.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":837.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1071.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":195.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":838,"connectEnd":838,"connectStart":838,"domainLookupEnd":838,"domainLookupStart":838,"fetchStart":838,"redirectEnd":0,"redirectStart":0,"requestStart":838,"responseEnd":1033.9000000953674,"responseStart":1033.9000000953674,"secureConnectionStart":838},{"duration":200.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":838.4000000953674,"connectEnd":838.4000000953674,"connectStart":838.4000000953674,"domainLookupEnd":838.4000000953674,"domainLookupStart":838.4000000953674,"fetchStart":838.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":838.4000000953674,"responseEnd":1038.6999998092651,"responseStart":1038.6999998092651,"secureConnectionStart":838.4000000953674},{"duration":165.59999990463257,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":913.3000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":913.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1078.9000000953674,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":124,"responseStart":287,"responseEnd":295,"domLoading":290,"domInteractive":1101,"domContentLoadedEventStart":1101,"domContentLoadedEventEnd":1140,"domComplete":1404,"loadEventStart":1404,"loadEventEnd":1405,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1085.3000001907349},{"name":"bigPipe.sidebar-id.end","time":1086.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":1086.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1087.0999999046326},{"name":"activityTabFullyLoaded","time":1157.5999999046326}],"measures":[],"correlationId":"b9116508adc830","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":96,"dbReadsTimeInMs":15,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}