You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +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
|
touch ${tmpDir}/StopColumnstore
|
||||||
pkill ProcMon
|
pkill ProcMon
|
||||||
pkill ProcMgr
|
pkill ProcMgr
|
||||||
|
$InstallDir/bin/clearShm
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
rm -f $lockdir/columnstore
|
rm -f $lockdir/columnstore
|
||||||
fuser -k 8604/tcp > /dev/null 2>&1
|
fuser -k 8604/tcp > /dev/null 2>&1
|
||||||
|
Reference in New Issue
Block a user