summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorLars Tangvald <lars.tangvald@oracle.com>2015-08-19 14:17:50 +0200
committerLars Tangvald <lars.tangvald@oracle.com>2015-08-19 14:18:42 +0200
commit75f43c5f6a5332894cf2d90ab2c04cc62c5ad18b (patch)
tree60190cbede80494fefd5517ee4fc10dfd0efa295 /packaging
parentee02650bac49b66a38c7c485ea2f81edd4403ffc (diff)
downloadmariadb-git-75f43c5f6a5332894cf2d90ab2c04cc62c5ad18b.tar.gz
Small change to default config for Docker-specific rpm package
Syncs "official" and our own Docker images
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm-docker/my.cnf2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/rpm-docker/my.cnf b/packaging/rpm-docker/my.cnf
index 8951b27d776..c1c03c1c668 100644
--- a/packaging/rpm-docker/my.cnf
+++ b/packaging/rpm-docker/my.cnf
@@ -17,6 +17,8 @@
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M
+skip-host-cache
+skip-name-resolve
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
secure-file-priv=/var/lib/mysql-files