mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
MDEV-34430: remove Debian character-set-collations
Since MDEV-25829 Change default Unicode collation to uca1400_ai_ci there is no need to set character-set-collations explicitly as its the default. Further mode the change in defaults affects all character sets that support the uca1400_ai_ci collation.
This commit is contained in:
parent
0dfc9ece48
commit
40eb56b609
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ expire_logs_days = 10
|
|||
# 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
|
||||
character-set-collations = utf8mb4=uca1400_ai_ci
|
||||
|
||||
#
|
||||
# * InnoDB
|
||||
|
|
Loading…
Add table
Reference in a new issue