Skip to content

mysql_get_timeout_value

Georg Richter edited this page Jun 14, 2023 · 3 revisions

Name

mysql_get_timeout_value - Returns the timeout value for asynchronous operations in seconds.

Synopsis

#include <mysql.h>

unsigned int mysql_get_timeout_value(const MYSQL *mysql);

Description

Returns the timeout value for asynchronous operations in seconds.

Parameter

Notes

This function is deprecated. Please use mariadb_get_infov() with option MARIADB_CONNECTION_ASYNC_TIMEOUT instead.

Return value

Time out value in seconds.

See also

Clone this wiki locally