mariadb-waitpid & mysql_waitpid for MariaDB Enterprise Server 10.5

Overview

The mariadb-waitpid utility signals a process to terminate and waits for the process to exit. It is only usable on Unix and Unix-like systems, as it uses the kill() system call and Unix signals.

MariaDB Enterprise Server 10.5 also provides a symbolic link to the utility's legacy name (mysql_waitpid).

mariadb-waitpid Options for MariaDB Enterprise Server 10.5

Option

Description

--help (-?, -I)

Display this help and exit.

--verbose (-v)

Be more verbose. Give a warning, if kill can't handle signal 0.

--version (-V)

Print version information and exit.

To see options supported in other versions, see "mariadb-waitpid & mysql_waitpid Options by MariaDB Server Version".