mariadb-waitpid & mysql_waitpid for MariaDB Enterprise Server 10.2

Overview

The mysql_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.2 does not provide a symbolic link to the utility's new name (mariadb-waitpid), so the legacy name must be used.

mysql_waitpid Options for MariaDB Enterprise Server 10.2

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".