Type:
Bug
Priority:
Minor
Resolution:
Fixed
Affects Version/s:
10.1(EOL) , 10.2(EOL) , 10.3(EOL) , 10.4(EOL) , 10.5
Over the time and different versions, some structures in mysql schema get changed, but not all the changes make it to the scripts executed by mysql_upgrade . It means that a schema freshly created by mysql_install_db on a version 10.x.y differs from a schema created on an earlier version and upgraded to 10.x.y by mysql_upgrade .
All diffs below are from diff -u <upgraded schema> <newly created schema> .
5.5 => 10.0+
CREATE TABLE IF NOT EXISTS `general_log` (
`event_time` timestamp (6) NOT NULL DEFAULT CURRENT_TIMESTAMP (6) ON UPDATE CURRENT_TIMESTAMP (6),
`user_host` mediumtext NOT NULL ,
- `thread_id` int (11) NOT NULL ,
+ `thread_id` bigint (21) unsigned NOT NULL ,
`server_id` int (10) unsigned NOT NULL ,
`command_type` varchar (64) NOT NULL ,
`argument` mediumtext NOT NULL
10.1 => 10.2+
CREATE TABLE `servers` (
`Server_name` char (64) NOT NULL DEFAULT '' ,
- `Host` char (64) NOT NULL DEFAULT '' ,
+ `Host` varchar (2048) NOT NULL DEFAULT '' ,
`Db` char (64) NOT NULL DEFAULT '' ,
`Username` char (80) NOT NULL DEFAULT '' ,
` Password ` char (64) NOT NULL DEFAULT '' ,
`Port` int (4) NOT NULL DEFAULT 0,
`Socket` char (64) NOT NULL DEFAULT '' ,
`Wrapper` char (64) NOT NULL DEFAULT '' ,
- `Owner` char (64) NOT NULL DEFAULT '' ,
+ `Owner` varchar (512) NOT NULL DEFAULT '' ,
PRIMARY KEY (`Server_name`)
10.4 => 10.5
CREATE TABLE `help_relation` (
`help_topic_id` int (10) unsigned NOT NULL ,
`help_keyword_id` int (10) unsigned NOT NULL ,
- PRIMARY KEY (`help_keyword_id`,`help_topic_id`)
+ PRIMARY KEY (`help_keyword_id`,`help_topic_id`),
+ KEY `help_topic_id` (`help_topic_id`)
) ENGINE=Aria DEFAULT CHARSET=utf8 PAGE_CHECKSUM=1 TRANSACTIONAL=0 COMMENT= 'keyword-topic relation' ;
10.3 => 10.4+
This is not a miss, but a difference worth mentioning. With the same 10.4 build in the same environment, on a newly created schema I get mysql.user with charset latin1 , while upon upgrade from 10.3 – with utf8 .
/*!50001 SET @saved_cs_client = @@character_set_client */ ;
/*!50001 SET @saved_cs_results = @@character_set_results */ ;
/*!50001 SET @saved_col_connection = @@collation_connection */ ;
- /*!50001 SET character_set_client = utf8 */ ;
- /*!50001 SET character_set_results = utf8 */ ;
- /*!50001 SET collation_connection = utf8_general_ci */ ;
+ /*!50001 SET character_set_client = latin1 */ ;
+ /*!50001 SET character_set_results = latin1 */ ;
+ /*!50001 SET collation_connection = latin1_swedish_ci */ ;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`mariadb.sys`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW ` user ` AS select `global_priv`.`Host` AS `Host`,`global_priv`.` User ` AS ` User `, if (json_value(`global_priv`.`Priv`, '$.plugin' ) in ( 'mysql_native_password' ,'mysql_
{"report":{"fcp":1257,"ttfb":272.09999990463257,"pageVisibility":"visible","entityId":87367,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"60ac3afa-091e-42f1-9613-ab2529e63c0a","navigationType":0,"readyForUser":1366.7999999523163,"redirectCount":0,"resourceLoadedEnd":1420.7000000476837,"resourceLoadedStart":277.7000000476837,"resourceTiming":[{"duration":431.2999999523163,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":277.7000000476837,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":277.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":709,"responseStart":0,"secureConnectionStart":0},{"duration":431.2999999523163,"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":278,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":278,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":709.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":440.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":278.09999990463257,"connectEnd":278.09999990463257,"connectStart":278.09999990463257,"domainLookupEnd":278.09999990463257,"domainLookupStart":278.09999990463257,"fetchStart":278.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":278.09999990463257,"responseEnd":718.4000000953674,"responseStart":718.4000000953674,"secureConnectionStart":278.09999990463257},{"duration":505.60000014305115,"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":278.2999999523163,"connectEnd":278.2999999523163,"connectStart":278.2999999523163,"domainLookupEnd":278.2999999523163,"domainLookupStart":278.2999999523163,"fetchStart":278.2999999523163,"redirectEnd":0,"redirectStart":0,"requestStart":278.2999999523163,"responseEnd":783.9000000953674,"responseStart":783.9000000953674,"secureConnectionStart":278.2999999523163},{"duration":509.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":278.59999990463257,"connectEnd":278.59999990463257,"connectStart":278.59999990463257,"domainLookupEnd":278.59999990463257,"domainLookupStart":278.59999990463257,"fetchStart":278.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":278.59999990463257,"responseEnd":788,"responseStart":788,"secureConnectionStart":278.59999990463257},{"duration":509.7000000476837,"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":278.7000000476837,"connectEnd":278.7000000476837,"connectStart":278.7000000476837,"domainLookupEnd":278.7000000476837,"domainLookupStart":278.7000000476837,"fetchStart":278.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":278.7000000476837,"responseEnd":788.4000000953674,"responseStart":788.4000000953674,"secureConnectionStart":278.7000000476837},{"duration":510,"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":278.90000009536743,"connectEnd":278.90000009536743,"connectStart":278.90000009536743,"domainLookupEnd":278.90000009536743,"domainLookupStart":278.90000009536743,"fetchStart":278.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":278.90000009536743,"responseEnd":788.9000000953674,"responseStart":788.9000000953674,"secureConnectionStart":278.90000009536743},{"duration":613.1000001430511,"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":279.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":279.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":892.2000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":510.2999999523163,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":279.2000000476837,"connectEnd":279.2000000476837,"connectStart":279.2000000476837,"domainLookupEnd":279.2000000476837,"domainLookupStart":279.2000000476837,"fetchStart":279.2000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":279.2000000476837,"responseEnd":789.5,"responseStart":789.5,"secureConnectionStart":279.2000000476837},{"duration":612.8999998569489,"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":279.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":279.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":892.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":510.59999990463257,"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":279.5,"connectEnd":279.5,"connectStart":279.5,"domainLookupEnd":279.5,"domainLookupStart":279.5,"fetchStart":279.5,"redirectEnd":0,"redirectStart":0,"requestStart":279.5,"responseEnd":790.0999999046326,"responseStart":790.0999999046326,"secureConnectionStart":279.5},{"duration":1067.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":284.90000009536743,"connectEnd":284.90000009536743,"connectStart":284.90000009536743,"domainLookupEnd":284.90000009536743,"domainLookupStart":284.90000009536743,"fetchStart":284.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":284.90000009536743,"responseEnd":1352.4000000953674,"responseStart":1352.4000000953674,"secureConnectionStart":284.90000009536743},{"duration":1068,"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":285,"connectEnd":285,"connectStart":285,"domainLookupEnd":285,"domainLookupStart":285,"fetchStart":285,"redirectEnd":0,"redirectStart":0,"requestStart":285,"responseEnd":1353,"responseStart":1353,"secureConnectionStart":285},{"duration":198.70000004768372,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":906,"connectEnd":906,"connectStart":906,"domainLookupEnd":906,"domainLookupStart":906,"fetchStart":906,"redirectEnd":0,"redirectStart":0,"requestStart":906,"responseEnd":1104.7000000476837,"responseStart":1104.7000000476837,"secureConnectionStart":906},{"duration":226.10000014305115,"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":1194.5999999046326,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1194.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1420.7000000476837,"responseStart":0,"secureConnectionStart":0},{"duration":187,"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":1195.5999999046326,"connectEnd":1195.5999999046326,"connectStart":1195.5999999046326,"domainLookupEnd":1195.5999999046326,"domainLookupStart":1195.5999999046326,"fetchStart":1195.5999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1195.5999999046326,"responseEnd":1382.5999999046326,"responseStart":1382.5999999046326,"secureConnectionStart":1195.5999999046326},{"duration":193.5,"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":1196.0999999046326,"connectEnd":1196.0999999046326,"connectStart":1196.0999999046326,"domainLookupEnd":1196.0999999046326,"domainLookupStart":1196.0999999046326,"fetchStart":1196.0999999046326,"redirectEnd":0,"redirectStart":0,"requestStart":1196.0999999046326,"responseEnd":1389.5999999046326,"responseStart":1389.5999999046326,"secureConnectionStart":1196.0999999046326},{"duration":242.79999995231628,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":1249,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1249,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":1491.7999999523163,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":103,"responseStart":272,"responseEnd":289,"domLoading":276,"domInteractive":1537,"domContentLoadedEventStart":1537,"domContentLoadedEventEnd":1586,"domComplete":2713,"loadEventStart":2713,"loadEventEnd":2715,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1497.7999999523163},{"name":"bigPipe.sidebar-id.end","time":1498.7000000476837},{"name":"bigPipe.activity-panel-pipe-id.start","time":1498.9000000953674},{"name":"bigPipe.activity-panel-pipe-id.end","time":1502},{"name":"activityTabFullyLoaded","time":1594.5999999046326}],"measures":[],"correlationId":"dd7412b4efeb34","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":103,"dbReadsTimeInMs":10,"dbConnsTimeInMs":19,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}