Type:
Bug
Priority:
Major
Resolution:
Fixed
Affects Version/s:
3.2.0
Environment:
MySQL Server 8.4
MariaDB Connector/J 3.2.0 or later
I am using the collation "utf8mb4_swedish_ci" in MySQL server and to get the correct collation for clients I have used a init_connect setting that sets the collation_connection variable to the servers collation
[mysqld]
character_set_server=utf8mb4
collation_server=utf8mb4_swedish_ci
init_connect='SET collation_connection = @@collation_database;'
After upgrading to at least maria db connector/j version 3.2.0 if I check the collation_connection variable its value is utf8mb4_0900_ai_ci which leads to a lot of illegal mix of collation errors when running my application.
From show variables like '%collation%'
|Variable_name |Value |
|-----------------------------|------------------|
|collation_connection |utf8mb4_0900_ai_ci|
|collation_database |utf8mb4_swedish_ci|
|collation_server |utf8mb4_swedish_ci|
|default_collation_for_utf8mb4|utf8mb4_0900_ai_ci|
I have done some digging and the reason seems to be the implicit SET NAMES call that was introduced in CONJ-1092 , since that call doesn't have a COLLATE it collation_connection becomes the default value. (commit 0c13897eea649a4195161a27b3f8884cbeda8415)
As far as I can tell init_connect statements are executed after that SET NAMES call though, so I don't understand why my init_connect doesn't work to reset collation_connection to the correct value.
I have also tried using SET NAMES with COLLATE in my init_connect but I get the same behavior (collation_connection is still utf8mb4_0900_ai_ci)
is caused by
CONJ-1092
ensure respecting server collation
Closed
{"report":{"fcp":1206,"ttfb":198.0999994277954,"pageVisibility":"visible","entityId":130436,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"61dc793c-6a13-44b0-8740-1288cea932b8","navigationType":0,"readyForUser":1279,"redirectCount":0,"resourceLoadedEnd":1892.5,"resourceLoadedStart":203.79999923706055,"resourceTiming":[{"duration":237.9000005722046,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":203.79999923706055,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":203.79999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":441.69999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":237.9000005722046,"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":204.0999994277954,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":204.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":442,"responseStart":0,"secureConnectionStart":0},{"duration":542.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":204.29999923706055,"connectEnd":204.29999923706055,"connectStart":204.29999923706055,"domainLookupEnd":204.29999923706055,"domainLookupStart":204.29999923706055,"fetchStart":204.29999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":204.29999923706055,"responseEnd":746.3999996185303,"responseStart":746.3999996185303,"secureConnectionStart":204.29999923706055},{"duration":619.2999992370605,"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":204.5,"connectEnd":204.5,"connectStart":204.5,"domainLookupEnd":204.5,"domainLookupStart":204.5,"fetchStart":204.5,"redirectEnd":0,"redirectStart":0,"requestStart":204.5,"responseEnd":823.7999992370605,"responseStart":823.7999992370605,"secureConnectionStart":204.5},{"duration":623,"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":204.69999980926514,"connectEnd":204.69999980926514,"connectStart":204.69999980926514,"domainLookupEnd":204.69999980926514,"domainLookupStart":204.69999980926514,"fetchStart":204.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":204.69999980926514,"responseEnd":827.6999998092651,"responseStart":827.6999998092651,"secureConnectionStart":204.69999980926514},{"duration":623.3000001907349,"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":204.89999961853027,"connectEnd":204.89999961853027,"connectStart":204.89999961853027,"domainLookupEnd":204.89999961853027,"domainLookupStart":204.89999961853027,"fetchStart":204.89999961853027,"redirectEnd":0,"redirectStart":0,"requestStart":204.89999961853027,"responseEnd":828.1999998092651,"responseStart":828.0999994277954,"secureConnectionStart":204.89999961853027},{"duration":623.4000005722046,"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":205.0999994277954,"connectEnd":205.0999994277954,"connectStart":205.0999994277954,"domainLookupEnd":205.0999994277954,"domainLookupStart":205.0999994277954,"fetchStart":205.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":205.0999994277954,"responseEnd":828.5,"responseStart":828.5,"secureConnectionStart":205.0999994277954},{"duration":685.0999994277954,"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":205.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":205.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":890.2999992370605,"responseStart":0,"secureConnectionStart":0},{"duration":685,"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":205.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":205.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":890.5,"responseStart":0,"secureConnectionStart":0},{"duration":623.5,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":205.5,"connectEnd":205.5,"connectStart":205.5,"domainLookupEnd":205.5,"domainLookupStart":205.5,"fetchStart":205.5,"redirectEnd":0,"redirectStart":0,"requestStart":205.5,"responseEnd":829,"responseStart":828.8999996185303,"secureConnectionStart":205.5},{"duration":623.8000001907349,"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":205.79999923706055,"connectEnd":205.79999923706055,"connectStart":205.79999923706055,"domainLookupEnd":205.79999923706055,"domainLookupStart":205.79999923706055,"fetchStart":205.79999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":205.79999923706055,"responseEnd":829.5999994277954,"responseStart":829.5999994277954,"secureConnectionStart":205.79999923706055},{"duration":1111.4000005722046,"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":206.5999994277954,"connectEnd":206.5999994277954,"connectStart":206.5999994277954,"domainLookupEnd":206.5999994277954,"domainLookupStart":206.5999994277954,"fetchStart":206.5999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":206.5999994277954,"responseEnd":1318,"responseStart":1318,"secureConnectionStart":206.5999994277954},{"duration":1681.2000007629395,"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":211.29999923706055,"connectEnd":211.29999923706055,"connectStart":211.29999923706055,"domainLookupEnd":211.29999923706055,"domainLookupStart":211.29999923706055,"fetchStart":211.29999923706055,"redirectEnd":0,"redirectStart":0,"requestStart":211.29999923706055,"responseEnd":1892.5,"responseStart":1892.5,"secureConnectionStart":211.29999923706055},{"duration":419.19999980926514,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":902.0999994277954,"connectEnd":902.0999994277954,"connectStart":902.0999994277954,"domainLookupEnd":902.0999994277954,"domainLookupStart":902.0999994277954,"fetchStart":902.0999994277954,"redirectEnd":0,"redirectStart":0,"requestStart":902.0999994277954,"responseEnd":1321.2999992370605,"responseStart":1321.2999992370605,"secureConnectionStart":902.0999994277954}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":17,"responseStart":198,"responseEnd":204,"domLoading":201,"domInteractive":1916,"domContentLoadedEventStart":1916,"domContentLoadedEventEnd":1959,"domComplete":2629,"loadEventStart":2629,"loadEventEnd":2629,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":1894.3999996185303},{"name":"bigPipe.sidebar-id.end","time":1895.1999998092651},{"name":"bigPipe.activity-panel-pipe-id.start","time":1895.3999996185303},{"name":"bigPipe.activity-panel-pipe-id.end","time":1897.0999994277954},{"name":"activityTabFullyLoaded","time":1974.3999996185303}],"measures":[],"correlationId":"e788c47fdb4997","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":114,"dbReadsTimeInMs":15,"dbConnsTimeInMs":24,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
I need to dig a bit. Until then, a workaround for this is to set option `initSql`, like