![]() |
MySQL 9.6.0
Source Code Documentation
|
This service allows to read specific server attributes such as server id value and other custom attributes. More...
#include <mysql_server_attributes.h>
Public Attributes | |
| mysql_service_status_t(* | get )(const char *name, void *inout_pvalue) |
| Fetch server attribute value based on specified name. More... | |
This service allows to read specific server attributes such as server id value and other custom attributes.
| mysql_service_status_t(* s_mysql_mysql_server_attributes::get) (const char *name, void *inout_pvalue) |
Fetch server attribute value based on specified name.
| name | [in] Attribute name. Allowed values are: server_version [mysql_cstring_with_length type] server_id [ulong] os_version [mysql_cstring_with_length type] argc [int] argv [char**] |
| inout_pvalue | [out] Output value. |