DROP TABLE IF EXISTS t1;
|
CREATE TABLE t1 (a VARCHAR(40));
|
INSERT INTO t1 VALUES ('2001-01-01'),('2001-01-01x');
|
SELECT * FROM t1 WHERE a=DATE'2001-01-01' AND a='2001-01-01';
|
returns:
+-------------+
|
| a |
|
+-------------+
|
| 2001-01-01 |
|
| 2001-01-01x |
|
+-------------+
|
The second row is obviously wrong.
If I write WHERE the other way round:
SELECT * FROM t1 WHERE a='2001-01-01' AND a=DATE'2001-01-01';
|
it works fine and correctly returns one row:
+------------+
|
| a |
|
+------------+
|
| 2001-01-01 |
|
+------------+
|
The same problem is repeatable with ENUM type:
DROP TABLE IF EXISTS t1;
|
CREATE TABLE t1 (a ENUM('2001-01-01','2001-01-01x'));
|
INSERT INTO t1 VALUES ('2001-01-01'),('2001-01-01x');
|
SELECT * FROM t1 WHERE a=DATE'2001-01-01' AND a='2001-01-01';
|
SELECT * FROM t1 WHERE a='2001-01-01' AND a=DATE'2001-01-01';
|
Another example using ROW syntax:
DROP TABLE IF EXISTS t1;
|
CREATE TABLE t1 (a VARCHAR(20));
|
INSERT INTO t1 VALUES ('2001-01-01x'),('2001-01-01');
|
SELECT * FROM t1 WHERE (a,a)=('2001-01-01x',DATE'2001-01-01');
|
SELECT * FROM t1 WHERE (a,a)=(DATE'2001-01-01','2001-01-01x')
|
The first query correctly returns one row, the second query erroneously returns two rows.
Another example:
DROP TABLE IF EXISTS t1;
|
CREATE TABLE t1 (a VARCHAR(40),b VARCHAR(40));
|
INSERT INTO t1 VALUES ('2001-01-01','2001-01-01x');
|
SELECT * FROM t1 WHERE a=b AND a=DATE'2001-01-01';
|
returns:
+------------+-------------+
|
| a | b |
|
+------------+-------------+
|
| 2001-01-01 | 2001-01-01x |
|
+------------+-------------+
|
This is wrong. The expected result is empty set.
The same problem happens with ENUM:
DROP TABLE IF EXISTS t1;
|
CREATE TABLE t1 (a ENUM('2001-01-01','2001-01-01x'),b ENUM('2001-01-01','2001-01-01x'));
|
INSERT INTO t1 VALUES ('2001-01-01','2001-01-01x');
|
SELECT * FROM t1 WHERE a=b AND a=DATE'2001-01-01';
|
It erroneously returns one row. The expected result it to return no rows.
- blocks
-
MDEV-8728
Fix a number of problems in equal field and equal expression propagation
-
-
Closed
Transition |
Time In Source Status |
Execution Times |
Open |
|
Closed |
|
22h 50m
|
1
|
{"report":{"fcp":786,"ttfb":243,"pageVisibility":"visible","entityId":52853,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"b37a308d-b67c-4cbd-b002-27b01cf89be5","navigationType":0,"readyForUser":866.4000005722046,"redirectCount":0,"resourceLoadedEnd":512.9000005722046,"resourceLoadedStart":251.60000038146973,"resourceTiming":[{"duration":14.59999942779541,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":251.60000038146973,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":251.60000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":266.19999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":14.90000057220459,"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":252,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":252,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":266.9000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":144.70000076293945,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":252.19999980926514,"connectEnd":252.19999980926514,"connectStart":252.19999980926514,"domainLookupEnd":252.19999980926514,"domainLookupStart":252.19999980926514,"fetchStart":252.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":270.30000019073486,"responseEnd":396.9000005722046,"responseStart":294.5,"secureConnectionStart":252.19999980926514},{"duration":259.80000019073486,"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":253.10000038146973,"connectEnd":253.10000038146973,"connectStart":253.10000038146973,"domainLookupEnd":253.10000038146973,"domainLookupStart":253.10000038146973,"fetchStart":253.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":269.1000003814697,"responseEnd":512.9000005722046,"responseStart":303.6000003814697,"secureConnectionStart":253.10000038146973},{"duration":42.09999942779541,"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":253.4000005722046,"connectEnd":253.4000005722046,"connectStart":253.4000005722046,"domainLookupEnd":253.4000005722046,"domainLookupStart":253.4000005722046,"fetchStart":253.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":270.5,"responseEnd":295.5,"responseStart":294.1000003814697,"secureConnectionStart":253.4000005722046},{"duration":46.69999980926514,"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":253.5,"connectEnd":253.5,"connectStart":253.5,"domainLookupEnd":253.5,"domainLookupStart":253.5,"fetchStart":253.5,"redirectEnd":0,"redirectStart":0,"requestStart":273.19999980926514,"responseEnd":300.19999980926514,"responseStart":298,"secureConnectionStart":253.5},{"duration":48.39999961853027,"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":253.60000038146973,"connectEnd":253.60000038146973,"connectStart":253.60000038146973,"domainLookupEnd":253.60000038146973,"domainLookupStart":253.60000038146973,"fetchStart":253.60000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":275.80000019073486,"responseEnd":302,"responseStart":299.19999980926514,"secureConnectionStart":253.60000038146973},{"duration":17.699999809265137,"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":253.9000005722046,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":253.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":271.6000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":48.40000057220459,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":254,"connectEnd":254,"connectStart":254,"domainLookupEnd":254,"domainLookupStart":254,"fetchStart":254,"redirectEnd":0,"redirectStart":0,"requestStart":276.69999980926514,"responseEnd":302.4000005722046,"responseStart":300.4000005722046,"secureConnectionStart":254},{"duration":20.40000057220459,"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":254.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":254.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":274.6000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":48.69999980926514,"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":254.4000005722046,"connectEnd":254.4000005722046,"connectStart":254.4000005722046,"domainLookupEnd":254.4000005722046,"domainLookupStart":254.4000005722046,"fetchStart":254.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":278.30000019073486,"responseEnd":303.1000003814697,"responseStart":301,"secureConnectionStart":254.4000005722046},{"duration":201.89999961853027,"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":308.30000019073486,"connectEnd":308.30000019073486,"connectStart":308.30000019073486,"domainLookupEnd":308.30000019073486,"domainLookupStart":308.30000019073486,"fetchStart":308.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":316.30000019073486,"responseEnd":510.19999980926514,"responseStart":506.1000003814697,"secureConnectionStart":308.30000019073486},{"duration":202.30000019073486,"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":308.5,"connectEnd":308.5,"connectStart":308.5,"domainLookupEnd":308.5,"domainLookupStart":308.5,"fetchStart":308.5,"redirectEnd":0,"redirectStart":0,"requestStart":318.80000019073486,"responseEnd":510.80000019073486,"responseStart":506.6000003814697,"secureConnectionStart":308.5},{"duration":154.69999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":523.5,"connectEnd":523.5,"connectStart":523.5,"domainLookupEnd":523.5,"domainLookupStart":523.5,"fetchStart":523.5,"redirectEnd":0,"redirectStart":0,"requestStart":642.8000001907349,"responseEnd":678.1999998092651,"responseStart":677.5,"secureConnectionStart":523.5},{"duration":283.30000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":743.6000003814697,"connectEnd":743.6000003814697,"connectStart":743.6000003814697,"domainLookupEnd":743.6000003814697,"domainLookupStart":743.6000003814697,"fetchStart":743.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":990.3000001907349,"responseEnd":1026.9000005722046,"responseStart":1026,"secureConnectionStart":743.6000003814697}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":58,"responseStart":243,"responseEnd":308,"domLoading":246,"domInteractive":962,"domContentLoadedEventStart":962,"domContentLoadedEventEnd":1011,"domComplete":1421,"loadEventStart":1421,"loadEventEnd":1421,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":943},{"name":"bigPipe.sidebar-id.end","time":943.8000001907349},{"name":"bigPipe.activity-panel-pipe-id.start","time":943.9000005722046},{"name":"bigPipe.activity-panel-pipe-id.end","time":944.6999998092651},{"name":"activityTabFullyLoaded","time":1028.3000001907349}],"measures":[],"correlationId":"69dc5a8fbff091","effectiveType":"4g","downlink":9.9,"rtt":0,"serverDuration":94,"dbReadsTimeInMs":15,"dbConnsTimeInMs":23,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}