You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-17 01:02:23 +03:00
Merge pull request #1850 from mariadb-corporation/bar-develop-MCOL-4669
MCOL-4669 Syslog does not setup if compiled with CMAKE_INSTALL_PREFIX
This commit is contained in:
@@ -203,7 +203,7 @@ if [ $user = "root" ]; then
|
||||
fi
|
||||
|
||||
if [ $user = "root" ]; then
|
||||
columnstoreSyslogSetup.sh install > $installLogDir/syslog_install.log 2>&1
|
||||
@ENGINE_BINDIR@/columnstoreSyslogSetup.sh install > $installLogDir/syslog_install.log 2>&1
|
||||
|
||||
#check if MariaDB Columnstore system logging was setup
|
||||
cat $installLogDir/syslog_install.log | grep 'No System Logging' >/dev/null 2>&1
|
||||
|
||||
@@ -228,7 +228,7 @@ if [ ! -z "$syslog_conf" ] ; then
|
||||
chmod $CHMOD @ENGINE_LOGDIR@/corefiles
|
||||
chmod $CHMOD @ENGINE_LOGDIR@/trace
|
||||
|
||||
cplogger -i 19 "***** MariaDB Columnstore Installed *****"
|
||||
@ENGINE_BINDIR@/cplogger -i 19 "***** MariaDB Columnstore Installed *****"
|
||||
|
||||
if [ -f @ENGINE_LOGDIR@/info.log ]; then
|
||||
if [ -s @ENGINE_LOGDIR@/info.log ]; then
|
||||
|
||||
Reference in New Issue
Block a user