1
0
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:
David Hill
2018-11-04 22:50:05 -06:00
parent 0193cbf91d
commit 5549f8b54b

View File

@ -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