You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-472 - additional tweak to full shutdown both mysql processes
This commit is contained in:
@ -310,7 +310,7 @@ fi
|
|||||||
kill_by_pid() {
|
kill_by_pid() {
|
||||||
# let's see if we can kill the 2 mysql procs by hand
|
# let's see if we can kill the 2 mysql procs by hand
|
||||||
# get the our mysql from ps
|
# get the our mysql from ps
|
||||||
eval $(ps -ef | grep "$COLUMNSTORE_INSTALL_DIR/mysql//bin/mysqld" | grep -v grep | head -1 | awk '{printf "pid=%d\n", $2}')
|
eval $(ps -ef | grep "$COLUMNSTORE_INSTALL_DIR/mysql//bin/mysqld " | grep -v grep | head -1 | awk '{printf "pid=%d\n", $2}')
|
||||||
|
|
||||||
if [ -n "$pid" ]; then
|
if [ -n "$pid" ]; then
|
||||||
ppid=$(ps -o ppid= -p $pid)
|
ppid=$(ps -o ppid= -p $pid)
|
||||||
|
Reference in New Issue
Block a user