~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/misc/kill_master.sh

Merged in changes. 
Edited a the comment test case so deal with our version bump.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
kill -9 `cat var/run/master.pid`
 
2
# The kill may fail if process has already gone away,
 
3
# so don't use the exit code of the kill. Use 0.
 
4
exit 0