summaryrefslogtreecommitdiff
path: root/mysql-test/misc/kill_master.sh
blob: 7938c9d3ac2796027d68f31919a1c14b00f3a475 (plain)
1
2
3
4
kill -9 `cat var/run/master.pid`
# The kill may fail if process has already gone away,
# so don't use the exit code of the kill. Use 0.
exit 0