The following test case
--source include/have_innodb.inc
|
|
SET optimizer_switch='index_merge=on,index_merge_intersection=on';
|
|
CREATE TABLE t1 (
|
a INT PRIMARY KEY,
|
b INT,
|
c VARCHAR(1024) CHARACTER SET utf8,
|
d INT,
|
KEY (b)
|
) ENGINE=InnoDB;
|
|
INSERT INTO t1 VALUES
|
(1, 9, 'one', 11), (2, 6, 'two', 12), (3, 2, 'three', 13), (4, 5, 'four', 14);
|
|
CREATE TABLE t2 (e INT, g INT) ENGINE=InnoDB;
|
INSERT INTO t2 VALUES (1,9), (2,6) ;
|
|
SELECT * FROM t1, t2 WHERE g = b AND ( a < 7 OR a > e );
|
|
DROP TABLE t1, t2;
|
|
produces a wrong result. It returns the right 2 rows, but values in the 2nd row are strange:
a b c d e g
|
1 9 one 11 1 9
|
2 6 0 2 6
|
There are no c='' and d=0 in the dataset, they should be 'two' and 12 instead.
bzr version-info
revision-id: timour@askmonty.org-20121022095529-87ykx0dubnj62c9y
|
date: 2012-10-22 12:55:29 +0300
|
revno: 3452
|
|
branch: ~maria-captains/maria/10.0-serg
|
Not reproducible on MariaDB 5.2 revno 3163, 5.3 revno 3587, 5.5 revno 3562, MySQL 5.6 revno 4229.
Not reproducible with t1 being a MyISAM or Aria table.
Minimal optimizer_switch: index_merge=on,index_merge_intersection=on
Full optimizer_switch (default):
index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=off
|
EXPLAIN (with the minimal optimizer_switch):
id select_type table type possible_keys key key_len ref rows filtered Extra
|
1 SIMPLE t2 ALL NULL NULL NULL NULL 2 100.00
|
1 SIMPLE t1 ALL PRIMARY,b NULL NULL NULL 4 75.00 Range checked for each record (index map: 0x3)
|
Warnings:
|
Note 1003 select `test`.`t1`.`a` AS `a`,`test`.`t1`.`b` AS `b`,`test`.`t1`.`c` AS `c`,`test`.`t1`.`d` AS `d`,`test`.`t2`.`e` AS `e`,`test`.`t2`.`g` AS `g` from `test`.`t1` join `test`.`t2` where ((`test`.`t1`.`b` = `test`.`t2`.`g`) and ((`test`.`t1`.`a` < 7) or (`test`.`t1`.`a` > `test`.`t2`.`e`)))
|
{"report":{"fcp":1217.7000000476837,"ttfb":352.09999990463257,"pageVisibility":"visible","entityId":21604,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"f77c2d25-682c-48bd-9930-01db8c2fbfed","navigationType":0,"readyForUser":1295.7000000476837,"redirectCount":0,"resourceLoadedEnd":1336.9000000953674,"resourceLoadedStart":358,"resourceTiming":[{"duration":310.09999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":358,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":358,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":668.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":310.39999985694885,"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":358.2000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":358.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":668.5999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":372.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":358.40000009536743,"connectEnd":358.40000009536743,"connectStart":358.40000009536743,"domainLookupEnd":358.40000009536743,"domainLookupStart":358.40000009536743,"fetchStart":358.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":358.40000009536743,"responseEnd":731.0999999046326,"responseStart":731.0999999046326,"secureConnectionStart":358.40000009536743},{"duration":455.5,"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":358.59999990463257,"connectEnd":358.59999990463257,"connectStart":358.59999990463257,"domainLookupEnd":358.59999990463257,"domainLookupStart":358.59999990463257,"fetchStart":358.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":358.59999990463257,"responseEnd":814.0999999046326,"responseStart":814.0999999046326,"secureConnectionStart":358.59999990463257},{"duration":459.10000014305115,"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":358.7999999523163,"connectEnd":358.7999999523163,"connectStart":358.7999999523163,"domainLookupEnd":358.7999999523163,"domainLookupStart":358.7999999523163,"fetchStart":358.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":358.7999999523163,"responseEnd":817.9000000953674,"responseStart":817.9000000953674,"secureConnectionStart":358.7999999523163},{"duration":459.2999999523163,"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":359,"connectEnd":359,"connectStart":359,"domainLookupEnd":359,"domainLookupStart":359,"fetchStart":359,"redirectEnd":0,"redirectStart":0,"requestStart":359,"responseEnd":818.2999999523163,"responseStart":818.2999999523163,"secureConnectionStart":359},{"duration":459.7000000476837,"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":359.09999990463257,"connectEnd":359.09999990463257,"connectStart":359.09999990463257,"domainLookupEnd":359.09999990463257,"domainLookupStart":359.09999990463257,"fetchStart":359.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":359.09999990463257,"responseEnd":818.7999999523163,"responseStart":818.7000000476837,"secureConnectionStart":359.09999990463257},{"duration":518.4000000953674,"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":359.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":359.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":877.7000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":459.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":359.5,"connectEnd":359.5,"connectStart":359.5,"domainLookupEnd":359.5,"domainLookupStart":359.5,"fetchStart":359.5,"redirectEnd":0,"redirectStart":0,"requestStart":359.5,"responseEnd":819.0999999046326,"responseStart":819.0999999046326,"secureConnectionStart":359.5},{"duration":518.2000000476837,"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":359.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":359.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":877.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":459.90000009536743,"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":359.7999999523163,"connectEnd":359.7999999523163,"connectStart":359.7999999523163,"domainLookupEnd":359.7999999523163,"domainLookupStart":359.7999999523163,"fetchStart":359.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":359.7999999523163,"responseEnd":819.7000000476837,"responseStart":819.7000000476837,"secureConnectionStart":359.7999999523163},{"duration":727.4000000953674,"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":360.59999990463257,"connectEnd":360.59999990463257,"connectStart":360.59999990463257,"domainLookupEnd":360.59999990463257,"domainLookupStart":360.59999990463257,"fetchStart":360.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":360.59999990463257,"responseEnd":1088,"responseStart":1088,"secureConnectionStart":360.59999990463257},{"duration":950.9000000953674,"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":365,"connectEnd":365,"connectStart":365,"domainLookupEnd":365,"domainLookupStart":365,"fetchStart":365,"redirectEnd":0,"redirectStart":0,"requestStart":365,"responseEnd":1315.9000000953674,"responseStart":1315.9000000953674,"secureConnectionStart":365},{"duration":198.60000014305115,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":889.7999999523163,"connectEnd":889.7999999523163,"connectStart":889.7999999523163,"domainLookupEnd":889.7999999523163,"domainLookupStart":889.7999999523163,"fetchStart":889.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":889.7999999523163,"responseEnd":1088.4000000953674,"responseStart":1088.4000000953674,"secureConnectionStart":889.7999999523163},{"duration":175,"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":1153.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1153.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1328.7000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":174.59999990463257,"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":1154.2000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1154.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1328.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":175,"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":1155.0999999046326,"connectEnd":1155.0999999046326,"connectStart":1155.0999999046326,"domainLookupEnd":1155.0999999046326,"domainLookupStart":1155.0999999046326,"fetchStart":1155.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1155.0999999046326,"responseEnd":1330.0999999046326,"responseStart":1330.0999999046326,"secureConnectionStart":1155.0999999046326},{"duration":179.79999995231628,"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":1155.5,"connectEnd":1155.5,"connectStart":1155.5,"domainLookupEnd":1155.5,"domainLookupStart":1155.5,"fetchStart":1155.5,"redirectEnd":0,"redirectStart":0,"requestStart":1155.5,"responseEnd":1335.2999999523163,"responseStart":1335.2999999523163,"secureConnectionStart":1155.5},{"duration":181.10000014305115,"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":1155.7999999523163,"connectEnd":1155.7999999523163,"connectStart":1155.7999999523163,"domainLookupEnd":1155.7999999523163,"domainLookupStart":1155.7999999523163,"fetchStart":1155.7999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":1155.7999999523163,"responseEnd":1336.9000000953674,"responseStart":1336.9000000953674,"secureConnectionStart":1155.7999999523163},{"duration":171.79999995231628,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1211.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1211.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1383.2999999523163,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":177,"responseStart":352,"responseEnd":357,"domLoading":356,"domInteractive":1413,"domContentLoadedEventStart":1413,"domContentLoadedEventEnd":1460,"domComplete":1669,"loadEventStart":1669,"loadEventEnd":1670,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1384.0999999046326},{"name":"bigPipe.sidebar-id.end","time":1385.5},{"name":"bigPipe.activity-panel-pipe-id.start","time":1385.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":1389.2000000476837},{"name":"activityTabFullyLoaded","time":1481.5}],"measures":[],"correlationId":"319e5655bea26f","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":109,"dbReadsTimeInMs":10,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
There are four fixes made in init_ror_merged_scans():
[psergey-1] psergey@askmonty.org-20120601232556-2jojg7cuat4qxhcu
[psergey-2] psergey@askmonty.org-20120704103445-ro4sk3cwbbzn3t4p
MDEV-376: Wrong result (missing rows) with index_merge+index_merge_intersection, join[guilhem-1] guilhem.bichot@oracle.com-20110805143029-ywrzuz15uzgontr0
[guilhem-2] guilhem.bichot@oracle.com-20111209150650-tzx3ldzxe1yfwji6