From fa6379f8ef8d821907f155c48f2dd7c095d882c9 Mon Sep 17 00:00:00 2001 From: Dror Kagan Date: Tue, 5 Feb 2013 15:20:28 -0800 Subject: percona image for reddwarf Implements: blueprint "percona-image-for-reddwarf" Change-Id: I9160f4ac48ca5824d8176cd7d53b2d4458d84642 --- contrib/dbaas-mycnf/etc/my.cnf.base | 1 + contrib/dbaas-mycnf/etc/my.cnf.default | 1 + 2 files changed, 2 insertions(+) (limited to 'contrib') diff --git a/contrib/dbaas-mycnf/etc/my.cnf.base b/contrib/dbaas-mycnf/etc/my.cnf.base index 8163027c..2e9e87ac 100644 --- a/contrib/dbaas-mycnf/etc/my.cnf.base +++ b/contrib/dbaas-mycnf/etc/my.cnf.base @@ -46,6 +46,7 @@ basedir = /usr datadir = /var/lib/mysql ####tmpdir = /tmp tmpdir = /var/tmp +pid_file = /var/run/mysqld/mysqld.pid skip-external-locking # # Instead of skip-networking the default is now to listen only on diff --git a/contrib/dbaas-mycnf/etc/my.cnf.default b/contrib/dbaas-mycnf/etc/my.cnf.default index 1fbe0ef0..73c575c7 100644 --- a/contrib/dbaas-mycnf/etc/my.cnf.default +++ b/contrib/dbaas-mycnf/etc/my.cnf.default @@ -46,6 +46,7 @@ basedir = /usr datadir = /var/lib/mysql ####tmpdir = /tmp tmpdir = /var/tmp +pid_file = /var/run/mysqld/mysqld.pid skip-external-locking # # Instead of skip-networking the default is now to listen only on -- cgit v1.2.1