3c56e2e
Settings specific for MariaDB specific are defined in appropriate section in
3c56e2e
/etc/my.cnf.d/server.cnf (part of mariadb-server).
3c56e2e
It doesn't matter that we set these settings only for [mysqld] here,
3c56e2e
because they will be read and used in mysqld_safe as well.
3c56e2e
Settings in my.cnf are generic for all MySQL implementations because of
3c56e2e
conflict issues.
3c56e2e
RHBZ#1003115
3c56e2e
3c56e2e
diff -up mariadb-5.5.32/support-files/rpm/server.cnf.mariaconf mariadb-5.5.32/support-files/rpm/server.cnf
3c56e2e
--- mariadb-5.5.32/support-files/rpm/server.cnf.mariaconf	2013-09-02 14:17:37.277833263 +0200
3c56e2e
+++ mariadb-5.5.32/support-files/rpm/server.cnf	2013-09-02 14:18:00.638810223 +0200
3c56e2e
@@ -23,6 +23,8 @@
3c56e2e
 # If you use the same .cnf file for MySQL and MariaDB,
3c56e2e
 # you can put MariaDB-only options here
3c56e2e
 [mariadb]
3c56e2e
+log-error=/var/log/mariadb/mariadb.log
3c56e2e
+pid-file=/var/run/mariadb/mariadb.pid
3c56e2e
 
3c56e2e
 [mariadb-5.5]
3c56e2e