diff options
Diffstat (limited to 'support-files/rpm/server.cnf')
-rw-r--r-- | support-files/rpm/server.cnf | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/support-files/rpm/server.cnf b/support-files/rpm/server.cnf index 2025a8b811a..a197868d16c 100644 --- a/support-files/rpm/server.cnf +++ b/support-files/rpm/server.cnf @@ -14,15 +14,13 @@ # this is only for embedded server [embedded] -# This group is only read by MariaDB-5.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 -[mysqld-5.5] - -# These two groups are only read by MariaDB servers, not by MySQL. +# 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] -[mariadb-5.5] +# This group is only read by MariaDB-10.0 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.0] |