MySQL 9.6.0
Source Code Documentation
s_mysql_mysql_server_attributes Struct Reference

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...
 

Detailed Description

This service allows to read specific server attributes such as server id value and other custom attributes.

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_mysql_server_attributes::get) (const char *name, void *inout_pvalue)

Fetch server attribute value based on specified name.

Parameters
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.
Returns
Zero value on success.

The documentation for this struct was generated from the following file: