Skip to content

Commit

Permalink
MDEV-32336 deb default config - use collation-server = utf8mb4_uca140…
Browse files Browse the repository at this point in the history
…0_ai_ci

utf8mb4_general_ci has been outdated for a while. Lets use our modern
standard.
  • Loading branch information
grooverdan committed Oct 1, 2023
1 parent 4c3584b commit f1a83e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/additions/mariadb.conf.d/50-server.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ expire_logs_days = 10
# * Character sets
#

# MySQL/MariaDB default is Latin1, but in Debian we rather default to the full
# MariaDB default is Latin1, but in Debian we rather default to the full
# utf8 4-byte character set. See also client.cnf
character-set-server = utf8mb4
collation-server = utf8mb4_general_ci
collation-server = utf8mb4_uca1400_ai_ci

#
# * InnoDB
Expand Down

0 comments on commit f1a83e2

Please sign in to comment.