I run this script:
CREATE OR REPLACE TABLE t1(a DATE,KEY(a));
|
INSERT INTO t1 VALUES ('2012-01-01'),('2012-02-02');
|
EXPLAIN SELECT 1 FROM t1 WHERE t1.a <=> TIMESTAMP'2001-01-01 00:00:01' AND TRUE;
|
+------+-------------+-------+------+---------------+------+---------+------+------+-----------------------------------------------------+
|
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
+------+-------------+-------+------+---------------+------+---------+------+------+-----------------------------------------------------+
|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
|
+------+-------------+-------+------+---------------+------+---------+------+------+-----------------------------------------------------+
|
Notice, it correctly returned Impossible WHERE, because the literal has a non-zero TIME part.
Now I rewrite the query slightly:
EXPLAIN SELECT 1 FROM t1 WHERE t1.a <=> TIMESTAMP('2001-01-01', '00:00:01') AND TRUE;
|
+------+-------------+-------+------+---------------+------+---------+-------+------+--------------------------+
|
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|
+------+-------------+-------+------+---------------+------+---------+-------+------+--------------------------+
|
| 1 | SIMPLE | t1 | ref | a | a | 4 | const | 0 | Using where; Using index |
|
+------+-------------+-------+------+---------------+------+---------+-------+------+--------------------------+
|
Notice, it does not return Impossible WHERE any more.
The problem resides in this piece of the code:
if (err > 0)
|
{
|
if (field->cmp_type() != value->result_type())
|
{
|
if ((type == EQ_FUNC || type == EQUAL_FUNC) &&
|
value->result_type() == item_cmp_type(field->result_type(),
|
value->result_type()))
|
{
|
tree= new (alloc) SEL_ARG(field, 0, 0);
|
tree->type= SEL_ARG::IMPOSSIBLE;
|
goto end;
|
}
|
In case of the TIMESTAMP literal:
- value points to an Item_datetime_literal instance.
- field->cmp_type() gives TIME_RESULT
- value->result_type() gives STRING_RESULT
- item_cmp_type(field->result_type(), value->result_type()) gives STRING_RESULT
The condition evaluates to true and an SEL_ARG::IMPOSSIBLE tree is returned.
In case of the TIMESTAMP function:
- value points to an instance of Item_cache_temporal
- field->cmp_type() gives TIME_RESULT
- value->result_type() gives INT_RESULT
- item_cmp_type(field->result_type(), value->result_type()) gives REAL_RESULT
The condition evaluates to false and the optimizer decides to use a range.
- blocks
-
MDEV-4912
Data type plugin API version 1
-
-
Closed
{"report":{"fcp":1065.2000000476837,"ttfb":351.5,"pageVisibility":"visible","entityId":61233,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"2aea45c7-f2d5-4805-b2a2-54b5ce2f3c6c","navigationType":0,"readyForUser":1220.4000000953674,"redirectCount":0,"resourceLoadedEnd":1253.2999999523163,"resourceLoadedStart":360.2999999523163,"resourceTiming":[{"duration":102.70000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":360.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":360.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":463,"responseStart":0,"secureConnectionStart":0},{"duration":103.40000009536743,"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":360.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":360.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":463.90000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":120.29999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":360.7000000476837,"connectEnd":360.7000000476837,"connectStart":360.7000000476837,"domainLookupEnd":360.7000000476837,"domainLookupStart":360.7000000476837,"fetchStart":360.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":360.7000000476837,"responseEnd":481,"responseStart":481,"secureConnectionStart":360.7000000476837},{"duration":221.20000004768372,"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":360.90000009536743,"connectEnd":360.90000009536743,"connectStart":360.90000009536743,"domainLookupEnd":360.90000009536743,"domainLookupStart":360.90000009536743,"fetchStart":360.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":360.90000009536743,"responseEnd":582.1000001430511,"responseStart":582.1000001430511,"secureConnectionStart":360.90000009536743},{"duration":225.09999990463257,"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":361.10000014305115,"connectEnd":361.10000014305115,"connectStart":361.10000014305115,"domainLookupEnd":361.10000014305115,"domainLookupStart":361.10000014305115,"fetchStart":361.10000014305115,"redirectEnd":0,"redirectStart":0,"requestStart":361.10000014305115,"responseEnd":586.2000000476837,"responseStart":586.2000000476837,"secureConnectionStart":361.10000014305115},{"duration":225.59999990463257,"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":361.40000009536743,"connectEnd":361.40000009536743,"connectStart":361.40000009536743,"domainLookupEnd":361.40000009536743,"domainLookupStart":361.40000009536743,"fetchStart":361.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":361.40000009536743,"responseEnd":587,"responseStart":587,"secureConnectionStart":361.40000009536743},{"duration":226.20000004768372,"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":361.5,"connectEnd":361.5,"connectStart":361.5,"domainLookupEnd":361.5,"domainLookupStart":361.5,"fetchStart":361.5,"redirectEnd":0,"redirectStart":0,"requestStart":361.5,"responseEnd":587.7000000476837,"responseStart":587.7000000476837,"secureConnectionStart":361.5},{"duration":269.90000009536743,"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":361.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":361.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":631.6000001430511,"responseStart":0,"secureConnectionStart":0},{"duration":226.29999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":361.90000009536743,"connectEnd":361.90000009536743,"connectStart":361.90000009536743,"domainLookupEnd":361.90000009536743,"domainLookupStart":361.90000009536743,"fetchStart":361.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":361.90000009536743,"responseEnd":588.2000000476837,"responseStart":588.2000000476837,"secureConnectionStart":361.90000009536743},{"duration":269.7999999523163,"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":362,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":362,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":631.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":226.59999990463257,"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":362.2000000476837,"connectEnd":362.2000000476837,"connectStart":362.2000000476837,"domainLookupEnd":362.2000000476837,"domainLookupStart":362.2000000476837,"fetchStart":362.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":362.2000000476837,"responseEnd":588.7999999523163,"responseStart":588.7999999523163,"secureConnectionStart":362.2000000476837},{"duration":446.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":363.2000000476837,"connectEnd":363.2000000476837,"connectStart":363.2000000476837,"domainLookupEnd":363.2000000476837,"domainLookupStart":363.2000000476837,"fetchStart":363.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":363.2000000476837,"responseEnd":809.7999999523163,"responseStart":809.7999999523163,"secureConnectionStart":363.2000000476837},{"duration":793.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":363.2999999523163,"connectEnd":363.2999999523163,"connectStart":363.2999999523163,"domainLookupEnd":363.2999999523163,"domainLookupStart":363.2999999523163,"fetchStart":363.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":363.2999999523163,"responseEnd":1157.1000001430511,"responseStart":1157.1000001430511,"secureConnectionStart":363.2999999523163},{"duration":159.40000009536743,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":650.7000000476837,"connectEnd":650.7000000476837,"connectStart":650.7000000476837,"domainLookupEnd":650.7000000476837,"domainLookupStart":650.7000000476837,"fetchStart":650.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":650.7000000476837,"responseEnd":810.1000001430511,"responseStart":810.1000001430511,"secureConnectionStart":650.7000000476837},{"duration":323.5,"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":929.7999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":929.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1253.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":361.2000000476837,"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":930.9000000953674,"connectEnd":930.9000000953674,"connectStart":930.9000000953674,"domainLookupEnd":930.9000000953674,"domainLookupStart":930.9000000953674,"fetchStart":930.9000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":930.9000000953674,"responseEnd":1292.1000001430511,"responseStart":1292,"secureConnectionStart":930.9000000953674},{"duration":366.7000000476837,"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":931.4000000953674,"connectEnd":931.4000000953674,"connectStart":931.4000000953674,"domainLookupEnd":931.4000000953674,"domainLookupStart":931.4000000953674,"fetchStart":931.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":931.4000000953674,"responseEnd":1298.1000001430511,"responseStart":1298,"secureConnectionStart":931.4000000953674}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":174,"responseStart":352,"responseEnd":353,"domLoading":358,"domInteractive":1282,"domContentLoadedEventStart":1282,"domContentLoadedEventEnd":1324,"domComplete":2101,"loadEventStart":2101,"loadEventEnd":2103,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1269},{"name":"bigPipe.sidebar-id.end","time":1269.9000000953674},{"name":"bigPipe.activity-panel-pipe-id.start","time":1270},{"name":"bigPipe.activity-panel-pipe-id.end","time":1272.6000001430511},{"name":"activityTabFullyLoaded","time":1342.9000000953674}],"measures":[],"correlationId":"2d0c658256c344","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":111,"dbReadsTimeInMs":15,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}