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

Fixing a problem in MCOL-4335 Add absolute path into columnstore-post-install and mariadb-columnstore-start.sh

install_mcs_mysql.sh resides in ENGINE_SBINDIR, not in ENGINE_BINDIR
This commit is contained in:
Alexander Barkov
2020-10-05 16:32:24 +04:00
parent fdfc2cb965
commit 5c40c98124

View File

@ -226,7 +226,7 @@ rm -f $lockdir/columnstore
# This was the last place of postConfigure. RIP
@ENGINE_BINDIR@/install_mcs_mysql.sh --tmpdir=$tmpDir
@ENGINE_SBINDIR@/install_mcs_mysql.sh --tmpdir=$tmpDir
# Restart MDB to enable plugin
systemctl cat mariadb.service > /dev/null 2>&1