MySQL 9.0.0
Source Code Documentation
mysql_event_server_startup Struct Reference

Structure for MYSQL_AUDIT_SERVER_STARTUP_CLASS event class. More...

#include <plugin_audit.h>

Public Attributes

mysql_event_server_startup_subclass_t event_subclass
 Event subclass. More...
 
const char ** argv
 Command line arguments. More...
 
unsigned int argc
 Command line arguments count. More...
 

Detailed Description

Structure for MYSQL_AUDIT_SERVER_STARTUP_CLASS event class.

Member Data Documentation

◆ argc

unsigned int mysql_event_server_startup::argc

Command line arguments count.

◆ argv

const char** mysql_event_server_startup::argv

Command line arguments.

◆ event_subclass

mysql_event_server_startup_subclass_t mysql_event_server_startup::event_subclass

Event subclass.


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