#include <array>
#include <string>
#include <unordered_map>
#include "mysql/plugin_audit.h"
Go to the source code of this file.
|
| enum class | Event_tracking_class {
AUTHENTICATION = 0
, COMMAND
, CONNECTION
, GENERAL
,
GLOBAL_VARIABLE
, MESSAGE
, PARSE
, QUERY
,
SHUTDOWN
, STARTUP
, STORED_PROGRAM
, TABLE_ACCESS
,
LAST
} |
| | Event tracking classes If a new event tracking class is introduced, this class should be kept in sync. More...
|
| |
◆ Event_tracking_class
Event tracking classes If a new event tracking class is introduced, this class should be kept in sync.
| Enumerator |
|---|
| AUTHENTICATION | |
| COMMAND | |
| CONNECTION | |
| GENERAL | |
| GLOBAL_VARIABLE | |
| MESSAGE | |
| PARSE | |
| QUERY | |
| SHUTDOWN | |
| STARTUP | |
| STORED_PROGRAM | |
| TABLE_ACCESS | |
| LAST | |
◆ event_tracking_names
| const char* event_tracking_names[] |
|
extern |
◆ plugin_event_names
| const char* plugin_event_names[] |
|
extern |