mariadb_waitpid is a utility for terminating processes.
mariadb_waitpid
It runs on Unix-like systems, making use of the kill() system call.
kill()
Previously, the client was called mysql_waitpid. It can still be accessed under this name, via a symlink in Linux, or an alternate binary in Windows.
mysql_waitpid
mariadb-waitpid [options] pid time
mariadb-waitpid sends signal 0 to the process pid and waits up to time seconds for the process to terminate. pid. time must be positive integers.
mariadb-waitpid
0
Returns 0 if the process terminates in time or does not exist, and 1 otherwise.
1
Signal 1 is used if the kill() system call cannot handle signal 0.
-?, --help
Display help and exit.
-I, --help
Synonym for -?.
-?
-v, --verbose
Be more verbose. Give a warning, if kill can't handle signal 0.
-V, --version
Print version information and exit.
This page is licensed: CC BY-SA / Gnu FDL
Last updated 2 months ago
Was this helpful?