Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 4.0

(Etch)

mysql_waitpid(1)


mysql

mysql

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

mysql_waitpid − Waits a specified amount of seconds for a PID to terminate.

SYNOPSIS

mysql_waitpid [options] <pid> <seconds>

DESCRIPTION

Description: Waits for a program, which program id is #pid, to terminate within #time seconds. If the program terminates within this time, or if the #pid no longer exists, value 0 is returned. Otherwise 1 is returned. Both #pid and #time must be positive integer arguments.

See mysql_waitpid for options.

SEE ALSO

mysql (1), mysqld (1)

AUTHOR

This manpage was written by Christian Hammers <ch@debian.org>.

MySQL is available at http://www.mysql.com/.



mysql_waitpid(1)