Oracle 5.0 Reference Manual page 2186

Table of Contents

Advertisement

Return Values
A
MYSQL_RES
Errors
CR_COMMANDS_OUT_OF_SYNC
Commands were executed in an improper order.
CR_SERVER_GONE_ERROR
The MySQL server has gone away.
CR_SERVER_LOST
The connection to the server was lost during the query.
CR_UNKNOWN_ERROR
An unknown error occurred.
20.6.6.43.
mysql_list_processes()
MYSQL_RES *mysql_list_processes(MYSQL *mysql)
Description
Returns a result set describing the current server threads. This is the same kind of information as that
reported by
You must free the result set with mysql_free_result().
Return Values
A
MYSQL_RES
Errors
CR_COMMANDS_OUT_OF_SYNC
Commands were executed in an improper order.
CR_SERVER_GONE_ERROR
The MySQL server has gone away.
CR_SERVER_LOST
The connection to the server was lost during the query.
CR_UNKNOWN_ERROR
An unknown error occurred.
20.6.6.44.
mysql_list_tables()
MYSQL_RES *mysql_list_tables(MYSQL *mysql, const char *wild)
Description
Returns a result set consisting of table names in the current database that match the simple regular
expression specified by the
C API Function Descriptions
result set for success.
[2942]
[2942]
[2942]
[2941]
mysqladmin processlist
result set for success.
[2942]
[2942]
[2942]
[2941]
parameter.
wild
if an error occurred.
NULL
or a
SHOW PROCESSLIST
if an error occurred.
NULL
may contain the wildcard characters "%" or "_", or
wild
2166
query.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents