You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user