If a lock wait occurs during the processing of a FOREIGN KEY constraint, InnoDB will fail to resume the FOREIGN KEY operation once the conflicting lock has been released.
The problem was introduced in MDEV-13331, in the function row_ins_check_foreign_constraint():
err = check_table->to_be_dropped
|
? DB_LOCK_WAIT_TIMEOUT
|
: trx->error_state;
|
We should not assign other values than DB_LOCK_WAIT_TIMEOUT to err here. The following code works both for innodb.foreign_keys and the MySQL 5.7 test innodb.update-cascade which had been missing from MariaDB:
if (check_table->to_be_dropped
|
|| trx->error_state == DB_LOCK_WAIT_TIMEOUT) {
|
err = DB_LOCK_WAIT_TIMEOUT;
|
}
|
Transition |
Time In Source Status |
Execution Times |
Open |
|
In Progress |
|
1h 8m
|
1
|
In Progress |
|
Closed |
|
20h 2m
|
1
|
{"report":{"fcp":874,"ttfb":196.90000009536743,"pageVisibility":"visible","entityId":65745,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"8181ea67-2f55-45d6-8a00-c4eee0fe39b2","navigationType":0,"readyForUser":938.5,"redirectCount":0,"resourceLoadedEnd":518.6999998092651,"resourceLoadedStart":210.59999990463257,"resourceTiming":[{"duration":21,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bsh/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":210.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":210.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":231.59999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":21.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bsh/820016/12ta74/eb142f92e4bd16bd1ef8b08c1b9d5d56/_/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","startTime":210.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":210.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":232.09999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":208.39999961853027,"initiatorType":"script","name":"https://jira.mariadb.org/s/c54b129276d75dc2a3460e1d78f37913-CDN/lu2bsh/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":210.90000009536743,"connectEnd":210.90000009536743,"connectStart":210.90000009536743,"domainLookupEnd":210.90000009536743,"domainLookupStart":210.90000009536743,"fetchStart":210.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":235,"responseEnd":419.2999997138977,"responseStart":253.69999980926514,"secureConnectionStart":210.90000009536743},{"duration":278.2999997138977,"initiatorType":"script","name":"https://jira.mariadb.org/s/f867843cd2fdb209d4d1d4f760f86346-CDN/lu2bsh/820016/12ta74/eb142f92e4bd16bd1ef8b08c1b9d5d56/_/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","startTime":210.90000009536743,"connectEnd":210.90000009536743,"connectStart":210.90000009536743,"domainLookupEnd":210.90000009536743,"domainLookupStart":210.90000009536743,"fetchStart":210.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":236.59999990463257,"responseEnd":489.19999980926514,"responseStart":257.40000009536743,"secureConnectionStart":210.90000009536743},{"duration":24.199999809265137,"initiatorType":"script","name":"https://jira.mariadb.org/s/ffdb17665775c5b4d6f097f3974ee359-CDN/lu2bsh/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":211.09999990463257,"connectEnd":211.09999990463257,"connectStart":211.09999990463257,"domainLookupEnd":211.09999990463257,"domainLookupStart":211.09999990463257,"fetchStart":211.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":211.09999990463257,"responseEnd":235.2999997138977,"responseStart":235.2999997138977,"secureConnectionStart":211.09999990463257},{"duration":25,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bsh/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":211.19999980926514,"connectEnd":211.19999980926514,"connectStart":211.19999980926514,"domainLookupEnd":211.19999980926514,"domainLookupStart":211.19999980926514,"fetchStart":211.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":211.19999980926514,"responseEnd":236.19999980926514,"responseStart":236.19999980926514,"secureConnectionStart":211.19999980926514},{"duration":25.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bsh/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":211.40000009536743,"connectEnd":211.40000009536743,"connectStart":211.40000009536743,"domainLookupEnd":211.40000009536743,"domainLookupStart":211.40000009536743,"fetchStart":211.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":211.40000009536743,"responseEnd":236.90000009536743,"responseStart":236.90000009536743,"secureConnectionStart":211.40000009536743},{"duration":27.699999809265137,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bsh/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":211.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":211.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":239.19999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":27.59999990463257,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bsh/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":211.59999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":211.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":239.19999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":76.69999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":211.59999990463257,"connectEnd":211.59999990463257,"connectStart":211.59999990463257,"domainLookupEnd":211.59999990463257,"domainLookupStart":211.59999990463257,"fetchStart":211.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":241.90000009536743,"responseEnd":288.2999997138977,"responseStart":286.2999997138977,"secureConnectionStart":211.59999990463257},{"duration":28.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/81b5d7c27af3ebc078cc4a36383678ba-CDN/lu2bsh/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":211.7999997138977,"connectEnd":211.7999997138977,"connectStart":211.7999997138977,"domainLookupEnd":211.7999997138977,"domainLookupStart":211.7999997138977,"fetchStart":211.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":211.7999997138977,"responseEnd":240.69999980926514,"responseStart":240.69999980926514,"secureConnectionStart":211.7999997138977},{"duration":32.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bsh/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":223.2999997138977,"connectEnd":223.2999997138977,"connectStart":223.2999997138977,"domainLookupEnd":223.2999997138977,"domainLookupStart":223.2999997138977,"fetchStart":223.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":223.2999997138977,"responseEnd":255.59999990463257,"responseStart":255.59999990463257,"secureConnectionStart":223.2999997138977},{"duration":295.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bsh/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":223.5,"connectEnd":223.5,"connectStart":223.5,"domainLookupEnd":223.5,"domainLookupStart":223.5,"fetchStart":223.5,"redirectEnd":0,"redirectStart":0,"requestStart":508.19999980926514,"responseEnd":518.6999998092651,"responseStart":518,"secureConnectionStart":223.5},{"duration":181.2000002861023,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":615.7999997138977,"connectEnd":615.7999997138977,"connectStart":615.7999997138977,"domainLookupEnd":615.7999997138977,"domainLookupStart":615.7999997138977,"fetchStart":615.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":764.2999997138977,"responseEnd":797,"responseStart":796,"secureConnectionStart":615.7999997138977}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":42,"responseStart":197,"responseEnd":222,"domLoading":200,"domInteractive":995,"domContentLoadedEventStart":995,"domContentLoadedEventEnd":1032,"domComplete":2185,"loadEventStart":2185,"loadEventEnd":2186,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":975.4000000953674},{"name":"bigPipe.sidebar-id.end","time":976.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.start","time":976.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.end","time":977.2999997138977},{"name":"activityTabFullyLoaded","time":1048}],"measures":[],"correlationId":"643089bcf603b7","effectiveType":"4g","downlink":9.9,"rtt":0,"serverDuration":80,"dbReadsTimeInMs":18,"dbConnsTimeInMs":25,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}