diff options
author | Ian Gilfillan <github@greenman.co.za> | 2019-08-26 22:32:58 +0200 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2019-09-02 05:55:41 -0700 |
commit | 18e10e89bb7b60dc4fb0380c46e37ea4f64cab8c (patch) | |
tree | 8a4e4d11c4d128c470ef751be4f0e2c6e44b9381 /support-files/rpm | |
parent | 45a4dbdca4d57f5826ea7bcdb7e341aecb985e29 (diff) | |
download | mariadb-git-18e10e89bb7b60dc4fb0380c46e37ea4f64cab8c.tar.gz |
Update server.cnf section to mariadb-10.5
Closed PR#1383
Diffstat (limited to 'support-files/rpm')
-rw-r--r-- | support-files/rpm/server.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/rpm/server.cnf b/support-files/rpm/server.cnf index a9fe564939e..c401ea98812 100644 --- a/support-files/rpm/server.cnf +++ b/support-files/rpm/server.cnf @@ -39,8 +39,8 @@ # you can put MariaDB-only options here [mariadb] -# This group is only read by MariaDB-10.4 servers. +# This group is only read by MariaDB-10.5 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.4] +[mariadb-10.5] |