summaryrefslogtreecommitdiffstats
path: root/debian/additions/mariadb.conf.d/50-server.cnf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-01 18:15:13 +0000
commit85c88fe6f1d622d10f5ac2d747412cb90f5cf150 (patch)
tree310fa21dd40d6c7ad918d0771b5f03c378d54cc6 /debian/additions/mariadb.conf.d/50-server.cnf
parentMerging upstream version 1:11.4.2. (diff)
downloadmariadb-85c88fe6f1d622d10f5ac2d747412cb90f5cf150.tar.xz
mariadb-85c88fe6f1d622d10f5ac2d747412cb90f5cf150.zip
Merging debian version 1:11.4.2-1.HEADprogress-linux
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org> debian/control debian/libmariadbd19.install debian/libmariadbd19.lintian-overrides debian/salsa-ci.yml
Diffstat (limited to 'debian/additions/mariadb.conf.d/50-server.cnf')
-rw-r--r--debian/additions/mariadb.conf.d/50-server.cnf14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/additions/mariadb.conf.d/50-server.cnf b/debian/additions/mariadb.conf.d/50-server.cnf
index 4805c550..1fca97ae 100644
--- a/debian/additions/mariadb.conf.d/50-server.cnf
+++ b/debian/additions/mariadb.conf.d/50-server.cnf
@@ -5,8 +5,8 @@
# this is read by the standalone daemon and embedded servers
[server]
-# this is only for the mysqld standalone daemon
-[mysqld]
+# this is only for the mariadbd daemon
+[mariadbd]
#
# * Basic Settings
@@ -92,8 +92,8 @@ expire_logs_days = 10
# MySQL/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
+character-set-server = utf8mb4
+character-set-collations = utf8mb4=uca1400_ai_ci
#
# * InnoDB
@@ -111,9 +111,9 @@ collation-server = utf8mb4_general_ci
# This group is only read by MariaDB servers, not by MySQL.
# If you use the same .cnf file for MySQL and MariaDB,
# you can put MariaDB-only options here
-[mariadb]
+[mariadbd]
-# This group is only read by MariaDB-10.11 servers.
+# This group is only read by MariaDB-11.4 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
-[mariadb-10.11]
+[mariadb-11.4]