Type:
Bug
Priority:
Major
Resolution:
Fixed
Affects Version/s:
10.3(EOL) , 10.4(EOL) , 10.5 , 10.6 , 10.7(EOL) , 10.8(EOL)
Hello,
when a table contains a INVISIBLE column having
DEFAULT current_timestamp() ON UPDATE current_timestamp()
the mysqldump is not reporting the complete insert as it does having only
DEFAULT current_timestamp().
here the use case:
CREATE TABLE `table1` (
`id` int(11) NOT NULL,
`name` varchar(20) DEFAULT NULL,
`lastedatet` datetime NOT NULL INVISIBLE DEFAULT current_timestamp()
) ENGINE=InnoDB;
insert into table1 (id,name) values (1,'andre');
CREATE TABLE `table2` (
`id` int(11) NOT NULL,
`name` varchar(20) DEFAULT NULL,
`lastedatet` datetime NOT NULL INVISIBLE DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB;
insert into table2 (id,name) values (1,'andre');
[root@m1 ~]# mysqldump andre table1 | grep INSERT
INSERT INTO `table1` (`id`, `name`, `lastedatet`) VALUES (1,'andre','2022-04-07 10:33:01');
[root@m1 ~]# mysqldump andre table2 | grep INSERT
INSERT INTO `table2` VALUES (1,'andre','2022-04-07 10:33:36');
The dump on table2 is not reporting the complete insert and when
importing this table is giving error:
INSERT INTO `table2` VALUES (1,'andre','2022-04-07 10:33:36');
ERROR 1136 (21S01): Column count doesn't match value count at row 1
{"report":{"fcp":1159.6999998092651,"ttfb":419.59999990463257,"pageVisibility":"visible","entityId":109638,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"eba13a29-6238-4742-9fae-2b07da05e8cb","navigationType":0,"readyForUser":1239.3999998569489,"redirectCount":0,"resourceLoadedEnd":1113.3999998569489,"resourceLoadedStart":425.5,"resourceTiming":[{"duration":179.29999995231628,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":425.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":425.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":604.7999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":179.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":425.69999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":425.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":605.5,"responseStart":0,"secureConnectionStart":0},{"duration":241.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":426,"connectEnd":426,"connectStart":426,"domainLookupEnd":426,"domainLookupStart":426,"fetchStart":426,"redirectEnd":0,"redirectStart":0,"requestStart":426,"responseEnd":667.0999999046326,"responseStart":667.0999999046326,"secureConnectionStart":426},{"duration":336.2000000476837,"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":426.09999990463257,"connectEnd":426.09999990463257,"connectStart":426.09999990463257,"domainLookupEnd":426.09999990463257,"domainLookupStart":426.09999990463257,"fetchStart":426.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":426.09999990463257,"responseEnd":762.2999999523163,"responseStart":762.2999999523163,"secureConnectionStart":426.09999990463257},{"duration":339.7000000476837,"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":426.39999985694885,"connectEnd":426.39999985694885,"connectStart":426.39999985694885,"domainLookupEnd":426.39999985694885,"domainLookupStart":426.39999985694885,"fetchStart":426.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":426.39999985694885,"responseEnd":766.0999999046326,"responseStart":766.0999999046326,"secureConnectionStart":426.39999985694885},{"duration":340.2000000476837,"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":426.59999990463257,"connectEnd":426.59999990463257,"connectStart":426.59999990463257,"domainLookupEnd":426.59999990463257,"domainLookupStart":426.59999990463257,"fetchStart":426.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":426.59999990463257,"responseEnd":766.7999999523163,"responseStart":766.7999999523163,"secureConnectionStart":426.59999990463257},{"duration":340.5,"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":426.69999980926514,"connectEnd":426.69999980926514,"connectStart":426.69999980926514,"domainLookupEnd":426.69999980926514,"domainLookupStart":426.69999980926514,"fetchStart":426.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":426.69999980926514,"responseEnd":767.1999998092651,"responseStart":767.1999998092651,"secureConnectionStart":426.69999980926514},{"duration":384.2999999523163,"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":427,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":427,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":811.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":340.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":427.19999980926514,"connectEnd":427.19999980926514,"connectStart":427.19999980926514,"domainLookupEnd":427.19999980926514,"domainLookupStart":427.19999980926514,"fetchStart":427.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":427.19999980926514,"responseEnd":767.6999998092651,"responseStart":767.6999998092651,"secureConnectionStart":427.19999980926514},{"duration":384.10000014305115,"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":427.39999985694885,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":427.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":811.5,"responseStart":0,"secureConnectionStart":0},{"duration":341.39999985694885,"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":427.5,"connectEnd":427.5,"connectStart":427.5,"domainLookupEnd":427.5,"domainLookupStart":427.5,"fetchStart":427.5,"redirectEnd":0,"redirectStart":0,"requestStart":427.5,"responseEnd":768.8999998569489,"responseStart":768.8999998569489,"secureConnectionStart":427.5},{"duration":456.7000000476837,"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":428.39999985694885,"connectEnd":428.39999985694885,"connectStart":428.39999985694885,"domainLookupEnd":428.39999985694885,"domainLookupStart":428.39999985694885,"fetchStart":428.39999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":428.39999985694885,"responseEnd":885.0999999046326,"responseStart":885.0999999046326,"secureConnectionStart":428.39999985694885},{"duration":593.7999999523163,"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":432.89999985694885,"connectEnd":432.89999985694885,"connectStart":432.89999985694885,"domainLookupEnd":432.89999985694885,"domainLookupStart":432.89999985694885,"fetchStart":432.89999985694885,"redirectEnd":0,"redirectStart":0,"requestStart":432.89999985694885,"responseEnd":1026.6999998092651,"responseStart":1026.6999998092651,"secureConnectionStart":432.89999985694885},{"duration":69.29999995231628,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":825.8999998569489,"connectEnd":825.8999998569489,"connectStart":825.8999998569489,"domainLookupEnd":825.8999998569489,"domainLookupStart":825.8999998569489,"fetchStart":825.8999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":825.8999998569489,"responseEnd":895.1999998092651,"responseStart":895.1999998092651,"secureConnectionStart":825.8999998569489},{"duration":206.5,"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":906.8999998569489,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":906.8999998569489,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1113.3999998569489,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":256,"responseStart":419,"responseEnd":424,"domLoading":423,"domInteractive":1298,"domContentLoadedEventStart":1298,"domContentLoadedEventEnd":1358,"domComplete":1597,"loadEventStart":1597,"loadEventEnd":1598,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1276.1999998092651},{"name":"bigPipe.sidebar-id.end","time":1277.0999999046326},{"name":"bigPipe.activity-panel-pipe-id.start","time":1277.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.end","time":1278.8999998569489},{"name":"activityTabFullyLoaded","time":1372.6999998092651}],"measures":[],"correlationId":"14c00fd453775d","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":103,"dbReadsTimeInMs":13,"dbConnsTimeInMs":21,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
The problem here is not with mysqldump but rather with show fields command that doesn't take into account INVISIBLE key word, so mysqldump that uses show fields doesn't know that INVISIBLE exists in returned row result.
MariaDB [test]> show fields from table2;
+------------+-------------+------+-----+---------------------+--------------------------------+
| Field | Type | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------------------+--------------------------------+
| id | int(11) | NO | | NULL | |
| name | varchar(20) | YES | | NULL | |
| lastedatet | datetime | NO | | current_timestamp() | on update current_timestamp(), |
+------------+-------------+------+-----+---------------------+--------------------------------+
3 rows in set (0.001 sec)
MariaDB [test]> show fields from table1;
+------------+-------------+------+-----+---------------------+-----------+
| Field | Type | Null | Key | Default | Extra |
+------------+-------------+------+-----+---------------------+-----------+
| id | int(11) | NO | | NULL | |
| name | varchar(20) | YES | | NULL | |
| lastedatet | datetime | NO | | current_timestamp() | INVISIBLE |
+------------+-------------+------+-----+---------------------+-----------+
3 rows in set (0.001 sec)