Files
sahara-image-elements/elements/mysql/install.d/10-mysql
Luigi Toscano 5d05a3db2f Remove CentOS6/RHEL6 support
Deprecated in Pike, and removed from diskimage-builder for a while.

Story: 2001996
Task: 19626
Change-Id: I9b4eab56fcbfcb2e97805fba805eafeeafa5d540
2018-05-15 18:22:50 +02:00

16 lines
231 B
Bash
Executable File

#!/bin/bash
if [ "${DIB_DEBUG_TRACE:-0}" -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
case "$DISTRO_NAME" in
fedora | rhel7 | centos7 )
mkdir -p /etc/mysql/conf.d
;;
esac
rm -rf /var/lib/mysql/ib_logfile*