Skip to content

Commit dad29f2

Browse files
committed
MDEV-36697: Wrong server.cnf group for version
10.11 is included in the configuration file however the current version of this branch is 11.4.
1 parent e63e0e4 commit dad29f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support-files/rpm/server.cnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
# you can put MariaDB-only options here
4343
[mariadb]
4444

45-
# This group is only read by MariaDB-10.11 servers.
45+
# This group is only read by MariaDB-11.4 servers.
4646
# If you use the same .cnf file for MariaDB of different versions,
4747
# use this group for options that older servers don't understand
48-
[mariadb-10.11]
48+
[mariadb-11.4]
4949

0 commit comments

Comments
 (0)