MySQL 9.1.0
Source Code Documentation
|
Structure for the Parse event tracking. More...
#include <event_tracking_parse_defs.h>
Public Attributes | |
mysql_connection_id | connection_id |
Connection id. More... | |
mysql_event_tracking_parse_subclass_t | event_subclass |
MYSQL_AUDIT_[PRE|POST]_PARSE event id. More... | |
mysql_event_tracking_parse_rewrite_plugin_flag * | flags |
one of FLAG_REWRITE_PLUGIN_* More... | |
mysql_cstring_with_length | query |
input: the original query text More... | |
mysql_cstring_with_length * | rewritten_query |
output: returns the null-terminated rwritten query allocated by my_malloc() More... | |
Structure for the Parse event tracking.
mysql_connection_id mysql_event_tracking_parse_data::connection_id |
Connection id.
mysql_event_tracking_parse_subclass_t mysql_event_tracking_parse_data::event_subclass |
MYSQL_AUDIT_[PRE|POST]_PARSE event id.
mysql_event_tracking_parse_rewrite_plugin_flag* mysql_event_tracking_parse_data::flags |
one of FLAG_REWRITE_PLUGIN_*
mysql_cstring_with_length mysql_event_tracking_parse_data::query |
input: the original query text
mysql_cstring_with_length* mysql_event_tracking_parse_data::rewritten_query |
output: returns the null-terminated rwritten query allocated by my_malloc()