summaryrefslogtreecommitdiff
path: root/support-files/rpm
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-09-25 19:41:28 +0200
committerSergei Golubchik <sergii@pisem.net>2013-09-25 19:41:28 +0200
commited2c573451533d7bf711788272d486048ea83292 (patch)
treee279544b12c72b1eded377ef753bf1ae28cc16b0 /support-files/rpm
parent6574c45ecb51124f91081499df897e97163a76ee (diff)
downloadmariadb-git-ed2c573451533d7bf711788272d486048ea83292.tar.gz
update /etc/my.cnf.d/server.cnf to say 10.0, not 5.5
Diffstat (limited to 'support-files/rpm')
-rw-r--r--support-files/rpm/server.cnf12
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]