Type:
Bug
Priority:
Minor
Resolution:
Unresolved
Affects Version/s:
N/A
create or replace table t (a timestamp );
insert into t values ( '2021-12-12 01:02:12' ),( '0000-00-00 00:00:00' );
select MIN (a) FROM t WHERE a = '0' ;
alter table t add index ind(a);
select MIN (a) FROM t WHERE a = '0' ;
alter table t drop index ind, add index ind_desc(a desc );
select MIN (a) FROM t WHERE a = '0' ;
# Cleanup
drop table t;
The first two SELECTs (without an index and with the usual ASC one) return zero, although warnings are different – two for the first SELECT and one for the second:
select MIN (a) FROM t WHERE a = '0' ;
MIN (a)
0000-00-00 00:00:00
Warnings:
Warning 1292 Incorrect datetime value: '0'
Warning 1292 Truncated incorrect datetime value: '0'
select MIN (a) FROM t WHERE a = '0' ;
MIN (a)
0000-00-00 00:00:00
Warnings:
Warning 1292 Incorrect datetime value: '0'
The third one (with the DESC index) returns NULL with one warning:
select MIN (a) FROM t WHERE a = '0' ;
MIN (a)
NULL
Warnings:
Warning 1292 Incorrect datetime value: '0'
Plans are different in all three cases:
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE t ALL NULL NULL NULL NULL 2 100.00 Using where
Warnings:
Warning 1292 Incorrect datetime value: '0'
Note 1003 select min (`test`.`t`.`a`) AS ` MIN (a)` from `test`.`t` where `test`.`t`.`a` = '0'
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Select tables optimized away
Warnings:
Warning 1292 Incorrect datetime value: '0'
Note 1003 select min (`test`.`t`.`a`) AS ` MIN (a)` from `test`.`t` where `test`.`t`.`a` = '0'
id select_type table type possible_keys key key_len ref rows filtered Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL NULL Impossible WHERE noticed after reading const tables
Warnings:
Warning 1292 Incorrect datetime value: '0'
Note 1003 select min ( '0000-00-00 00:00:00' ) AS ` MIN (a)` from `test`.`t` where 0
is caused by
MDEV-13756
Implement descending index: KEY (a DESC, b ASC)
Closed
{"report":{"fcp":931.6000003814697,"ttfb":318.9000005722046,"pageVisibility":"visible","entityId":106097,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"f20c853d-222e-4e72-9419-d6a4bdcfc496","navigationType":0,"readyForUser":1065.8000001907349,"redirectCount":0,"resourceLoadedEnd":983,"resourceLoadedStart":324.80000019073486,"resourceTiming":[{"duration":85.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":324.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":324.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":410.30000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":85.80000019073486,"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":325.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":325.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":410.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":140.9000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":325.19999980926514,"connectEnd":325.19999980926514,"connectStart":325.19999980926514,"domainLookupEnd":325.19999980926514,"domainLookupStart":325.19999980926514,"fetchStart":325.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":325.19999980926514,"responseEnd":466.1000003814697,"responseStart":466.1000003814697,"secureConnectionStart":325.19999980926514},{"duration":225.9000005722046,"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":325.5,"connectEnd":325.5,"connectStart":325.5,"domainLookupEnd":325.5,"domainLookupStart":325.5,"fetchStart":325.5,"redirectEnd":0,"redirectStart":0,"requestStart":325.5,"responseEnd":551.4000005722046,"responseStart":551.4000005722046,"secureConnectionStart":325.5},{"duration":229.69999980926514,"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":325.6000003814697,"connectEnd":325.6000003814697,"connectStart":325.6000003814697,"domainLookupEnd":325.6000003814697,"domainLookupStart":325.6000003814697,"fetchStart":325.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":325.6000003814697,"responseEnd":555.3000001907349,"responseStart":555.3000001907349,"secureConnectionStart":325.6000003814697},{"duration":229.79999923706055,"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":325.9000005722046,"connectEnd":325.9000005722046,"connectStart":325.9000005722046,"domainLookupEnd":325.9000005722046,"domainLookupStart":325.9000005722046,"fetchStart":325.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":325.9000005722046,"responseEnd":555.6999998092651,"responseStart":555.6999998092651,"secureConnectionStart":325.9000005722046},{"duration":230,"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":326.1000003814697,"connectEnd":326.1000003814697,"connectStart":326.1000003814697,"domainLookupEnd":326.1000003814697,"domainLookupStart":326.1000003814697,"fetchStart":326.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":326.1000003814697,"responseEnd":556.1000003814697,"responseStart":556.1000003814697,"secureConnectionStart":326.1000003814697},{"duration":283.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":326.30000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":326.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":610.1000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":230.0999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":326.4000005722046,"connectEnd":326.4000005722046,"connectStart":326.4000005722046,"domainLookupEnd":326.4000005722046,"domainLookupStart":326.4000005722046,"fetchStart":326.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":326.4000005722046,"responseEnd":556.5,"responseStart":556.5,"secureConnectionStart":326.4000005722046},{"duration":283.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":326.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":326.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":610.3000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":230.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":326.69999980926514,"connectEnd":326.69999980926514,"connectStart":326.69999980926514,"domainLookupEnd":326.69999980926514,"domainLookupStart":326.69999980926514,"fetchStart":326.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":326.69999980926514,"responseEnd":557.1999998092651,"responseStart":557.1999998092651,"secureConnectionStart":326.69999980926514},{"duration":440.19999980926514,"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":331.9000005722046,"connectEnd":331.9000005722046,"connectStart":331.9000005722046,"domainLookupEnd":331.9000005722046,"domainLookupStart":331.9000005722046,"fetchStart":331.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":331.9000005722046,"responseEnd":772.1000003814697,"responseStart":772.1000003814697,"secureConnectionStart":331.9000005722046},{"duration":636.9000005722046,"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":332,"connectEnd":332,"connectStart":332,"domainLookupEnd":332,"domainLookupStart":332,"fetchStart":332,"redirectEnd":0,"redirectStart":0,"requestStart":332,"responseEnd":968.9000005722046,"responseStart":968.9000005722046,"secureConnectionStart":332},{"duration":150.69999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":621.8000001907349,"connectEnd":621.8000001907349,"connectStart":621.8000001907349,"domainLookupEnd":621.8000001907349,"domainLookupStart":621.8000001907349,"fetchStart":621.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":621.8000001907349,"responseEnd":772.5,"responseStart":772.5,"secureConnectionStart":621.8000001907349},{"duration":100.19999980926514,"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":882.6000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":882.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":982.8000001907349,"responseStart":0,"secureConnectionStart":0},{"duration":99.89999961853027,"initiatorType":"link","name":"https://jira.mariadb.org/s/50bc9be5bfead1a25e72c1a9338c94f6-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/css/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true&whisper-enabled=true","startTime":883.1000003814697,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":883.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":983,"responseStart":0,"secureConnectionStart":0},{"duration":90.5,"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":884,"connectEnd":884,"connectStart":884,"domainLookupEnd":884,"domainLookupStart":884,"fetchStart":884,"redirectEnd":0,"redirectStart":0,"requestStart":884,"responseEnd":974.5,"responseStart":974.5,"secureConnectionStart":884},{"duration":97,"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":884.3000001907349,"connectEnd":884.3000001907349,"connectStart":884.3000001907349,"domainLookupEnd":884.3000001907349,"domainLookupStart":884.3000001907349,"fetchStart":884.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":884.3000001907349,"responseEnd":981.3000001907349,"responseStart":981.3000001907349,"secureConnectionStart":884.3000001907349},{"duration":98.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/e0bf5781d46ea69fb123572974cf39de-CDN/lu2cib/820016/12ta74/e108c7645258ccb43280ed3404e3e949/_/download/contextbatch/js/com.atlassian.jira.plugins.jira-development-integration-plugin:0,-_super,-jira.view.issue,-jira.global,-jira.general,-jira.browse.project,-project.issue.navigator,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true&whisper-enabled=true","startTime":884.6000003814697,"connectEnd":884.6000003814697,"connectStart":884.6000003814697,"domainLookupEnd":884.6000003814697,"domainLookupStart":884.6000003814697,"fetchStart":884.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":884.6000003814697,"responseEnd":982.8000001907349,"responseStart":982.8000001907349,"secureConnectionStart":884.6000003814697},{"duration":188.60000038146973,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":924.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":924.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1112.8000001907349,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":147,"responseStart":319,"responseEnd":324,"domLoading":322,"domInteractive":1129,"domContentLoadedEventStart":1129,"domContentLoadedEventEnd":1171,"domComplete":2198,"loadEventStart":2198,"loadEventEnd":2200,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1117.3000001907349},{"name":"bigPipe.sidebar-id.end","time":1118.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.start","time":1118.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1120.6000003814697},{"name":"activityTabFullyLoaded","time":1187.4000005722046}],"measures":[],"correlationId":"bc44278bf40cb3","effectiveType":"4g","downlink":9.6,"rtt":0,"serverDuration":103,"dbReadsTimeInMs":12,"dbConnsTimeInMs":22,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}