mariadb_get_info

Syntax

#include <mysql.h>

my_bool mariadb_get_info(MYSQL *mysql, enum mariadb_value value, void *arg)

Description

Retrieves generic or connection related information.

This function is deprecated. Please use mariadb_get_infov() instead.

See Also

Last updated

Was this helpful?