1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-5001 This patch removes ExeMgr traces

This commit is contained in:
Roman Nozdrin
2022-04-04 12:50:42 +00:00
parent e174696351
commit 7453db6b02
21 changed files with 30 additions and 2531 deletions

View File

@ -12,7 +12,6 @@ flock -n "$fd_lock" || exit 0
/bin/systemctl start mcs-controllernode
/bin/systemctl start mcs-primproc
/bin/systemctl start mcs-writeengineserver
/bin/systemctl start mcs-exemgr
/bin/systemctl start mcs-dmlproc
/bin/systemctl start mcs-ddlproc
su -s /bin/sh -c '@ENGINE_BINDIR@/dbbuilder 7' @DEFAULT_USER@ 1> @ENGINE_LOGDIR@/install/dbbuilder.log