When trying to upgrade a MySQL 5.1.14 database to MariaDB 10.6.4 mariadb-upgrade fails:
Phase 4/7: Running 'mysql_fix_privilege_tables'
|
ERROR 1178 (42000) at line 174: The storage engine for the table doesn't support nullable columns
|
FATAL ERROR: Upgrade failed
|
After this error, the database is destroyed beyond repair.
After studying the source code of mariadb-upgrade and mariadb-check for a while, I found out that the following SQL statement from mysql_fix_privilege_tables_sql.c is causing the problem:
"ALTER TABLE slow_log\n"
|
" ADD COLUMN thread_id BIGINT(21) UNSIGNED NOT NULL AFTER sql_text;\n",
|
If I drop the slow_log table before the upgrade everything works smoothly and the slow_log table is recreated.
Output from MySQL 5.1.14:
mysql> desc slow_log;
|
+----------------+--------------+------+-----+-------------------+-------+
|
| Field | Type | Null | Key | Default | Extra |
|
+----------------+--------------+------+-----+-------------------+-------+
|
| start_time | timestamp | NO | | CURRENT_TIMESTAMP | |
|
| user_host | mediumtext | NO | | | |
|
| query_time | time | NO | | | |
|
| lock_time | time | NO | | | |
|
| rows_sent | int(11) | NO | | | |
|
| rows_examined | int(11) | NO | | | |
|
| db | varchar(512) | YES | | NULL | |
|
| last_insert_id | int(11) | YES | | NULL | |
|
| insert_id | int(11) | YES | | NULL | |
|
| server_id | int(11) | YES | | NULL | |
|
| sql_text | mediumtext | NO | | | |
|
+----------------+--------------+------+-----+-------------------+-------+
|
11 rows in set (0.00 sec)
|
mysql> show create table mysql.slow_log;
|
+----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
| Table | Create Table |
|
+----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
| slow_log | CREATE TABLE `slow_log` (
|
`start_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
`user_host` mediumtext NOT NULL,
|
`query_time` time NOT NULL,
|
`lock_time` time NOT NULL,
|
`rows_sent` int(11) NOT NULL,
|
`rows_examined` int(11) NOT NULL,
|
`db` varchar(512) DEFAULT NULL,
|
`last_insert_id` int(11) DEFAULT NULL,
|
`insert_id` int(11) DEFAULT NULL,
|
`server_id` int(11) DEFAULT NULL,
|
`sql_text` mediumtext NOT NULL
|
) ENGINE=CSV DEFAULT CHARSET=utf8 COMMENT='Slow log' |
|
+----------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
1 row in set (0.00 sec)
|
So, the table is already using the CSV storage engine and has nullable columns in MySQL.
{"report":{"fcp":917.2999997138977,"ttfb":247.40000009536743,"pageVisibility":"visible","entityId":107631,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"fee21e70-6a31-4bd9-b0fe-77e95da58907","navigationType":0,"readyForUser":1000.5,"redirectCount":0,"resourceLoadedEnd":1024.1999998092651,"resourceLoadedStart":253.7999997138977,"resourceTiming":[{"duration":53.30000019073486,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":253.7999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":253.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":307.09999990463257,"responseStart":0,"secureConnectionStart":0},{"duration":53.90000009536743,"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":254.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":254.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":308,"responseStart":0,"secureConnectionStart":0},{"duration":110.59999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":254.19999980926514,"connectEnd":254.19999980926514,"connectStart":254.19999980926514,"domainLookupEnd":254.19999980926514,"domainLookupStart":254.19999980926514,"fetchStart":254.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":254.19999980926514,"responseEnd":364.7999997138977,"responseStart":364.7999997138977,"secureConnectionStart":254.19999980926514},{"duration":238.7999997138977,"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":254.40000009536743,"connectEnd":254.40000009536743,"connectStart":254.40000009536743,"domainLookupEnd":254.40000009536743,"domainLookupStart":254.40000009536743,"fetchStart":254.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":254.40000009536743,"responseEnd":493.19999980926514,"responseStart":493.19999980926514,"secureConnectionStart":254.40000009536743},{"duration":242.80000019073486,"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":254.59999990463257,"connectEnd":254.59999990463257,"connectStart":254.59999990463257,"domainLookupEnd":254.59999990463257,"domainLookupStart":254.59999990463257,"fetchStart":254.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":254.59999990463257,"responseEnd":497.40000009536743,"responseStart":497.40000009536743,"secureConnectionStart":254.59999990463257},{"duration":243.2000002861023,"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":254.7999997138977,"connectEnd":254.7999997138977,"connectStart":254.7999997138977,"domainLookupEnd":254.7999997138977,"domainLookupStart":254.7999997138977,"fetchStart":254.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":254.7999997138977,"responseEnd":498,"responseStart":498,"secureConnectionStart":254.7999997138977},{"duration":243.40000009536743,"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":255,"connectEnd":255,"connectStart":255,"domainLookupEnd":255,"domainLookupStart":255,"fetchStart":255,"redirectEnd":0,"redirectStart":0,"requestStart":255,"responseEnd":498.40000009536743,"responseStart":498.40000009536743,"secureConnectionStart":255},{"duration":263.5,"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":255.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":255.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":518.6999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":243.7000002861023,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":255.2999997138977,"connectEnd":255.2999997138977,"connectStart":255.2999997138977,"domainLookupEnd":255.2999997138977,"domainLookupStart":255.2999997138977,"fetchStart":255.2999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":255.2999997138977,"responseEnd":499,"responseStart":498.90000009536743,"secureConnectionStart":255.2999997138977},{"duration":263.40000009536743,"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":255.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":255.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":518.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":244.40000009536743,"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":255.59999990463257,"connectEnd":255.59999990463257,"connectStart":255.59999990463257,"domainLookupEnd":255.59999990463257,"domainLookupStart":255.59999990463257,"fetchStart":255.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":255.59999990463257,"responseEnd":500,"responseStart":500,"secureConnectionStart":255.59999990463257},{"duration":592.5,"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":256.40000009536743,"connectEnd":256.40000009536743,"connectStart":256.40000009536743,"domainLookupEnd":256.40000009536743,"domainLookupStart":256.40000009536743,"fetchStart":256.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":256.40000009536743,"responseEnd":848.9000000953674,"responseStart":848.9000000953674,"secureConnectionStart":256.40000009536743},{"duration":588.4000000953674,"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":261.19999980926514,"connectEnd":261.19999980926514,"connectStart":261.19999980926514,"domainLookupEnd":261.19999980926514,"domainLookupStart":261.19999980926514,"fetchStart":261.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":261.19999980926514,"responseEnd":849.5999999046326,"responseStart":849.5999999046326,"secureConnectionStart":261.19999980926514},{"duration":139.80000019073486,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":530.5999999046326,"connectEnd":530.5999999046326,"connectStart":530.5999999046326,"domainLookupEnd":530.5999999046326,"domainLookupStart":530.5999999046326,"fetchStart":530.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":530.5999999046326,"responseEnd":670.4000000953674,"responseStart":670.4000000953674,"secureConnectionStart":530.5999999046326},{"duration":95.40000009536743,"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":813.7999997138977,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":813.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":909.1999998092651,"responseStart":0,"secureConnectionStart":0},{"duration":180.5,"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":814.7999997138977,"connectEnd":814.7999997138977,"connectStart":814.7999997138977,"domainLookupEnd":814.7999997138977,"domainLookupStart":814.7999997138977,"fetchStart":814.7999997138977,"redirectEnd":0,"redirectStart":0,"requestStart":814.7999997138977,"responseEnd":995.2999997138977,"responseStart":995.2999997138977,"secureConnectionStart":814.7999997138977},{"duration":209,"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":815.1999998092651,"connectEnd":815.1999998092651,"connectStart":815.1999998092651,"domainLookupEnd":815.1999998092651,"domainLookupStart":815.1999998092651,"fetchStart":815.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":815.1999998092651,"responseEnd":1024.1999998092651,"responseStart":1024.1999998092651,"secureConnectionStart":815.1999998092651},{"duration":231.5,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":908.6999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":908.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1140.1999998092651,"responseStart":0,"secureConnectionStart":0}],"fetchStart":1,"domainLookupStart":1,"domainLookupEnd":1,"connectStart":1,"connectEnd":1,"requestStart":73,"responseStart":248,"responseEnd":257,"domLoading":251,"domInteractive":1089,"domContentLoadedEventStart":1089,"domContentLoadedEventEnd":1137,"domComplete":1287,"loadEventStart":1287,"loadEventEnd":1288,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1046.2999997138977},{"name":"bigPipe.sidebar-id.end","time":1047.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.start","time":1047.2999997138977},{"name":"bigPipe.activity-panel-pipe-id.end","time":1050.0999999046326},{"name":"activityTabFullyLoaded","time":1155.0999999046326}],"measures":[],"correlationId":"16b7ad3d1f6ceb","effectiveType":"4g","downlink":9.3,"rtt":0,"serverDuration":112,"dbReadsTimeInMs":11,"dbConnsTimeInMs":19,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
What do you mean, a database is destroyed beyond repair? It seems you should only remove the offending table and run mariadb-upgrade again to have everything upgraded properly.