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
MCOL-520 - added back in the clearShm into the service script on stop
This commit is contained in:
@ -129,6 +129,7 @@ stop() {
|
||||
touch ${tmpDir}/StopColumnstore
|
||||
pkill ProcMon
|
||||
pkill ProcMgr
|
||||
$InstallDir/bin/clearShm
|
||||
RETVAL=$?
|
||||
rm -f $lockdir/columnstore
|
||||
fuser -k 8604/tcp > /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user