1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-4314 Address comment regarding systemctl stop mariadb-columnstore

This commit is contained in:
Jose Rojas
2020-09-25 09:48:58 -05:00
parent 5fc6885af2
commit f129d506d3

View File

@ -319,7 +319,6 @@ if [ $? -eq 0 ] && [ $(running_systemd) -eq 0 ]; then
echo "Populating the engine initial system catalog."
systemctl start mariadb-columnstore
systemctl stop mariadb-columnstore
fi
if [ $stop_mysqld -eq 1 ];then