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":1136.7000002861023,"ttfb":356.2000002861023,"pageVisibility":"visible","entityId":107631,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"037bdfea-b42d-4b8b-841c-0b5d27da4311","navigationType":0,"readyForUser":1237.0999999046326,"redirectCount":0,"resourceLoadedEnd":1667.7000002861023,"resourceLoadedStart":370.7000002861023,"resourceTiming":[{"duration":274.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":370.7000002861023,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":370.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":644.9000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":275.2000002861023,"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":371,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":371,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":646.2000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":284.8999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":371.2000002861023,"connectEnd":371.2000002861023,"connectStart":371.2000002861023,"domainLookupEnd":371.2000002861023,"domainLookupStart":371.2000002861023,"fetchStart":371.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":371.2000002861023,"responseEnd":656.0999999046326,"responseStart":656.0999999046326,"secureConnectionStart":371.2000002861023},{"duration":319.59999990463257,"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":371.30000019073486,"connectEnd":371.30000019073486,"connectStart":371.30000019073486,"domainLookupEnd":371.30000019073486,"domainLookupStart":371.30000019073486,"fetchStart":371.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":371.30000019073486,"responseEnd":690.9000000953674,"responseStart":690.9000000953674,"secureConnectionStart":371.30000019073486},{"duration":323.40000009536743,"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":371.59999990463257,"connectEnd":371.59999990463257,"connectStart":371.59999990463257,"domainLookupEnd":371.59999990463257,"domainLookupStart":371.59999990463257,"fetchStart":371.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":371.59999990463257,"responseEnd":695,"responseStart":695,"secureConnectionStart":371.59999990463257},{"duration":323.69999980926514,"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":371.80000019073486,"connectEnd":371.80000019073486,"connectStart":371.80000019073486,"domainLookupEnd":371.80000019073486,"domainLookupStart":371.80000019073486,"fetchStart":371.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":371.80000019073486,"responseEnd":695.5,"responseStart":695.5,"secureConnectionStart":371.80000019073486},{"duration":323.90000009536743,"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":372,"connectEnd":372,"connectStart":372,"domainLookupEnd":372,"domainLookupStart":372,"fetchStart":372,"redirectEnd":0,"redirectStart":0,"requestStart":372,"responseEnd":695.9000000953674,"responseStart":695.9000000953674,"secureConnectionStart":372},{"duration":434.40000009536743,"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":372.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":372.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":806.5,"responseStart":0,"secureConnectionStart":0},{"duration":324,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":372.2000002861023,"connectEnd":372.2000002861023,"connectStart":372.2000002861023,"domainLookupEnd":372.2000002861023,"domainLookupStart":372.2000002861023,"fetchStart":372.2000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":372.2000002861023,"responseEnd":696.2000002861023,"responseStart":696.2000002861023,"secureConnectionStart":372.2000002861023},{"duration":434.30000019073486,"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":372.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":372.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":806.7000002861023,"responseStart":0,"secureConnectionStart":0},{"duration":324.2000002861023,"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":372.59999990463257,"connectEnd":372.59999990463257,"connectStart":372.59999990463257,"domainLookupEnd":372.59999990463257,"domainLookupStart":372.59999990463257,"fetchStart":372.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":372.59999990463257,"responseEnd":696.8000001907349,"responseStart":696.8000001907349,"secureConnectionStart":372.59999990463257},{"duration":1280.8000001907349,"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":373.40000009536743,"connectEnd":373.40000009536743,"connectStart":373.40000009536743,"domainLookupEnd":373.40000009536743,"domainLookupStart":373.40000009536743,"fetchStart":373.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":373.40000009536743,"responseEnd":1654.2000002861023,"responseStart":1654.2000002861023,"secureConnectionStart":373.40000009536743},{"duration":1281.7000002861023,"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":373.5,"connectEnd":373.5,"connectStart":373.5,"domainLookupEnd":373.5,"domainLookupStart":373.5,"fetchStart":373.5,"redirectEnd":0,"redirectStart":0,"requestStart":373.5,"responseEnd":1655.2000002861023,"responseStart":1655.0999999046326,"secureConnectionStart":373.5},{"duration":205.69999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":818.7000002861023,"connectEnd":818.7000002861023,"connectStart":818.7000002861023,"domainLookupEnd":818.7000002861023,"domainLookupStart":818.7000002861023,"fetchStart":818.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":818.7000002861023,"responseEnd":1024.4000000953674,"responseStart":1024.4000000953674,"secureConnectionStart":818.7000002861023},{"duration":570.0999999046326,"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":1087.3000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1087.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1657.4000000953674,"responseStart":0,"secureConnectionStart":0},{"duration":572.5999999046326,"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":1088.3000001907349,"connectEnd":1088.3000001907349,"connectStart":1088.3000001907349,"domainLookupEnd":1088.3000001907349,"domainLookupStart":1088.3000001907349,"fetchStart":1088.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":1088.3000001907349,"responseEnd":1660.9000000953674,"responseStart":1660.9000000953674,"secureConnectionStart":1088.3000001907349},{"duration":579,"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":1088.7000002861023,"connectEnd":1088.7000002861023,"connectStart":1088.7000002861023,"domainLookupEnd":1088.7000002861023,"domainLookupStart":1088.7000002861023,"fetchStart":1088.7000002861023,"redirectEnd":0,"redirectStart":0,"requestStart":1088.7000002861023,"responseEnd":1667.7000002861023,"responseStart":1667.7000002861023,"secureConnectionStart":1088.7000002861023},{"duration":599.1000003814697,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1130.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1130.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1729.7000002861023,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":203,"responseStart":356,"responseEnd":358,"domLoading":368,"domInteractive":1670,"domContentLoadedEventStart":1670,"domContentLoadedEventEnd":1718,"domComplete":2689,"loadEventStart":2689,"loadEventEnd":2691,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1658.3000001907349},{"name":"bigPipe.sidebar-id.end","time":1659},{"name":"bigPipe.activity-panel-pipe-id.start","time":1659.2000002861023},{"name":"bigPipe.activity-panel-pipe-id.end","time":1661.5},{"name":"activityTabFullyLoaded","time":1734.8000001907349}],"measures":[],"correlationId":"8ff4ba8eae59ea","effectiveType":"4g","downlink":9.7,"rtt":0,"serverDuration":92,"dbReadsTimeInMs":9,"dbConnsTimeInMs":16,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}