MySQL 9.1.0
Source Code Documentation
|
Audit print service allows to obtain data of the double type associated with the THD object, which keeps various data of the user session. More...
#include <mysql_audit_print_service_double_data_source.h>
Public Attributes | |
mysql_service_status_t(* | get )(THD *thd, my_h_string name, double *out) |
Get data value. More... | |
Audit print service allows to obtain data of the double type associated with the THD object, which keeps various data of the user session.
It also allows to obtain data not necessarily bound with the user session.
Currently, following data is supported:
The service can be instantiated using the registry service with the "mysql_audit_print_service_double_data_source" name.
Query Time represents query execution time in seconds.
mysql_service_status_t(* s_mysql_mysql_audit_print_service_double_data_source::get) (THD *thd, my_h_string name, double *out) |
Get data value.
thd | Session THD object. | |
name | Name of the data value to be retrieved. | |
[out] | out | Out value pointer. Must not be nullptr. |
FALSE | Succeeded. |
TRUE | Failed. |