You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.warn(String.format("Java charset: [%s] is not supported by this platform, data with collation[%s] will be decoded in UTF-8 instead.", collation.mysqlCharsetName, collation.name()));
309
309
}
310
310
}
311
+
// set the remaining missing ones to the default charset
312
+
for (inti = 0; i < idToJavaCharsetMapping.length; i++) {
0 commit comments