1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00

Fix post-mysql-install

It was executing based on a condition that will never be true
This commit is contained in:
Andrew Hutchings
2019-11-15 15:30:04 +00:00
parent a396b8cb80
commit 45f3dd294f

View File

@@ -53,8 +53,6 @@ for arg in "$@"; do
fi
done
if [ -x mysql-Columnstore ]; then
# Restart in the same way that mysqld will be started normally.
mysql-Columnstore stop >/dev/null 2>&1
sleep 2
@@ -74,7 +72,6 @@ if [ -x mysql-Columnstore ]; then
mysql-Columnstore stop
fi
exit 0