Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3753097
D3070.id7834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3070.id7834.diff
View Options
diff --git a/pillar/dbserver/cluster-B.sls b/pillar/dbserver/cluster-B.sls
--- a/pillar/dbserver/cluster-B.sls
+++ b/pillar/dbserver/cluster-B.sls
@@ -36,7 +36,8 @@
- database: nasqueron_wiki
scope: database
- # Tips for databases:
+ # Notes for databases encoding and collation:
+ #
# This is a MariaDB cluster. At version 10.6, MariaDB is still using utf8mb3
# by default, but we generally prefer utf8mb4 as encoding.
#
@@ -44,6 +45,9 @@
# It's a accent (in)sensitive case (in)sensitive based on Unicode 9.0.
# For MariaDB 10.10+, we can use uca1400_as_ci, that's Unicode 14.0.
#
+ # We note it with the full name utf8mb4_uca1400_as_ci, something not needed
+ # for manual requests, but allowing mysql_database.present to check equality.
+ #
# TRANSITION NOTE. On MariaDB 10.6, utf8mb4_unicode_520_ci is the "newest".
# From 2023-04-15, we starting to use uca1400_as_ci as default collation.
@@ -51,12 +55,12 @@
# Database used by IRC eggdrops
Nasqueron: &unicode
encoding: utf8mb4
- collation: uca1400_as_ci
+ collation: utf8mb4_uca1400_as_ci
# Databases used by MediaWiki SaaS
wikis: &mediawiki
encoding: utf8mb4
- collation: utf8_bin
+ collation: utf8mb4_bin
arsmagica: *mediawiki
inidal_wiki: *mediawiki
nasqueron_wiki: *mediawiki
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 23:11 (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251435
Default Alt Text
D3070.id7834.diff (1 KB)
Attached To
Mode
D3070: Use full utf8mb4 collation names
Attached
Detach File
Event Timeline
Log In to Comment