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