If the resulting table produced from a ENGINE=CONNECT table_type=TBL is the same name as one of the contained tables, attempt to query the new table fail with
ERROR 1296 (HY000): Got error 174 'Error accessing FOO.Archive: This MySQL table is defined on itself' from CONNECT
|
Here is how to reproduce
CREATE DATABASE FOO;
|
USE FOO;
|
CREATE TABLE `Archive` (
|
`event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
`alarmed` datetime DEFAULT NULL,
|
PRIMARY KEY (`event_id`, `alarmed`)
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
/*!50100 PARTITION BY RANGE (TO_DAYS(alarmed))
|
(PARTITION p_2015_12 VALUES LESS THAN (736329) ENGINE = MyISAM,
|
PARTITION p_other VALUES LESS THAN MAXVALUE ENGINE = MyISAM) */;
|
CREATE DATABASE BAR;
|
USE BAR;
|
CREATE TABLE `Archive` (
|
`event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
`alarmed` datetime DEFAULT NULL,
|
PRIMARY KEY (`event_id`, `alarmed`)
|
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
/*!50100 PARTITION BY RANGE (TO_DAYS(alarmed))
|
(PARTITION p_2015_12 VALUES LESS THAN (736329) ENGINE = MyISAM,
|
PARTITION p_other VALUES LESS THAN MAXVALUE ENGINE = MyISAM) */;
|
CREATE DATABASE BAZ;
|
USE BAZ;
|
|
CREATE TABLE `Archive` (
|
`event_id` bigint(20) unsigned NOT NULL,
|
`alarmed` datetime DEFAULT NOW()
|
) ENGINE=CONNECT table_type=TBL table_list='FOO.Archive,BAR.Archive';
|
select * from Archive;
|
|
ERROR 1296 (HY000): Got error 174 'Error accessing FOO.Archive: This MySQL table is defined on itself' from CONNECT
|
|
USE msql;
|
select * from BAZ.Archive;
|
|
ERROR 1296 (HY000): Got error 174 'Error accessing FOO.Archive: This MySQL table is defined on itself' from CONNECT
|
|
use BAZ;
|
alter table Archive RENAME to Archive2;
|
|
select * from Archive2;
|
Empty set (0.00 sec)
|
|
use mysql;
|
select * from BAZ.Archive2;
|
Empty set (0.00 sec)
|
{"report":{"fcp":772.5,"ttfb":161.20000004768372,"pageVisibility":"visible","entityId":54445,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"77e3351a-1984-4a9a-809b-9acabfc3ddff","navigationType":0,"readyForUser":862.2000000476837,"redirectCount":0,"resourceLoadedEnd":790.8999998569489,"resourceLoadedStart":169.70000004768372,"resourceTiming":[{"duration":14.199999809265137,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":169.70000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":169.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":183.89999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":14.300000190734863,"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":169.89999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":169.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":184.20000004768372,"responseStart":0,"secureConnectionStart":0},{"duration":71.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":170.20000004768372,"connectEnd":170.20000004768372,"connectStart":170.20000004768372,"domainLookupEnd":170.20000004768372,"domainLookupStart":170.20000004768372,"fetchStart":170.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":170.20000004768372,"responseEnd":241.29999995231628,"responseStart":241.29999995231628,"secureConnectionStart":170.20000004768372},{"duration":133.10000014305115,"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":170.39999985694885,"connectEnd":170.39999985694885,"connectStart":170.39999985694885,"domainLookupEnd":170.39999985694885,"domainLookupStart":170.39999985694885,"fetchStart":170.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":170.39999985694885,"responseEnd":303.5,"responseStart":303.5,"secureConnectionStart":170.39999985694885},{"duration":137,"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":170.59999990463257,"connectEnd":170.59999990463257,"connectStart":170.59999990463257,"domainLookupEnd":170.59999990463257,"domainLookupStart":170.59999990463257,"fetchStart":170.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":170.59999990463257,"responseEnd":307.59999990463257,"responseStart":307.59999990463257,"secureConnectionStart":170.59999990463257},{"duration":137.40000009536743,"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":170.79999995231628,"connectEnd":170.79999995231628,"connectStart":170.79999995231628,"domainLookupEnd":170.79999995231628,"domainLookupStart":170.79999995231628,"fetchStart":170.79999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":170.79999995231628,"responseEnd":308.2000000476837,"responseStart":308.2000000476837,"secureConnectionStart":170.79999995231628},{"duration":137.59999990463257,"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":171,"connectEnd":171,"connectStart":171,"domainLookupEnd":171,"domainLookupStart":171,"fetchStart":171,"redirectEnd":0,"redirectStart":0,"requestStart":171,"responseEnd":308.59999990463257,"responseStart":308.5,"secureConnectionStart":171},{"duration":217.19999980926514,"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":171.20000004768372,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":171.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":388.39999985694885,"responseStart":0,"secureConnectionStart":0},{"duration":138.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":171.29999995231628,"connectEnd":171.29999995231628,"connectStart":171.29999995231628,"domainLookupEnd":171.29999995231628,"domainLookupStart":171.29999995231628,"fetchStart":171.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":171.29999995231628,"responseEnd":309.39999985694885,"responseStart":309.39999985694885,"secureConnectionStart":171.29999995231628},{"duration":217,"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":171.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":171.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":388.5,"responseStart":0,"secureConnectionStart":0},{"duration":138.29999995231628,"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":171.70000004768372,"connectEnd":171.70000004768372,"connectStart":171.70000004768372,"domainLookupEnd":171.70000004768372,"domainLookupStart":171.70000004768372,"fetchStart":171.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":171.70000004768372,"responseEnd":310,"responseStart":310,"secureConnectionStart":171.70000004768372},{"duration":277.10000014305115,"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":172.59999990463257,"connectEnd":172.59999990463257,"connectStart":172.59999990463257,"domainLookupEnd":172.59999990463257,"domainLookupStart":172.59999990463257,"fetchStart":172.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":172.59999990463257,"responseEnd":449.7000000476837,"responseStart":449.59999990463257,"secureConnectionStart":172.59999990463257},{"duration":301.10000014305115,"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":172.59999990463257,"connectEnd":172.59999990463257,"connectStart":172.59999990463257,"domainLookupEnd":172.59999990463257,"domainLookupStart":172.59999990463257,"fetchStart":172.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":172.59999990463257,"responseEnd":473.7000000476837,"responseStart":473.7000000476837,"secureConnectionStart":172.59999990463257},{"duration":53.59999990463257,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":419.2999999523163,"connectEnd":419.2999999523163,"connectStart":419.2999999523163,"domainLookupEnd":419.2999999523163,"domainLookupStart":419.2999999523163,"fetchStart":419.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":419.2999999523163,"responseEnd":472.89999985694885,"responseStart":472.89999985694885,"secureConnectionStart":419.2999999523163},{"duration":41.799999952316284,"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":677.2999999523163,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":677.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":719.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":107.29999995231628,"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":678.2999999523163,"connectEnd":678.2999999523163,"connectStart":678.2999999523163,"domainLookupEnd":678.2999999523163,"domainLookupStart":678.2999999523163,"fetchStart":678.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":678.2999999523163,"responseEnd":785.5999999046326,"responseStart":785.5999999046326,"secureConnectionStart":678.2999999523163},{"duration":112.19999980926514,"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":678.7000000476837,"connectEnd":678.7000000476837,"connectStart":678.7000000476837,"domainLookupEnd":678.7000000476837,"domainLookupStart":678.7000000476837,"fetchStart":678.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":678.7000000476837,"responseEnd":790.8999998569489,"responseStart":790.8999998569489,"secureConnectionStart":678.7000000476837},{"duration":146,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":765.0999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":765.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":911.0999999046326,"responseStart":0,"secureConnectionStart":0},{"duration":133.39999985694885,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":787.5,"connectEnd":787.5,"connectStart":787.5,"domainLookupEnd":787.5,"domainLookupStart":787.5,"fetchStart":787.5,"redirectEnd":0,"redirectStart":0,"requestStart":787.5,"responseEnd":920.8999998569489,"responseStart":920.8999998569489,"secureConnectionStart":787.5}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":2,"responseStart":161,"responseEnd":163,"domLoading":167,"domInteractive":944,"domContentLoadedEventStart":944,"domContentLoadedEventEnd":1017,"domComplete":1304,"loadEventStart":1304,"loadEventEnd":1306,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":913.0999999046326},{"name":"bigPipe.sidebar-id.end","time":914},{"name":"bigPipe.activity-panel-pipe-id.start","time":914.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.end","time":916.7999999523163},{"name":"activityTabFullyLoaded","time":1032.2000000476837}],"measures":[],"correlationId":"918efa7b1ef70b","effectiveType":"4g","downlink":9.8,"rtt":0,"serverDuration":96,"dbReadsTimeInMs":11,"dbConnsTimeInMs":22,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}