MySQL 5.6.14 Source Code Document
|
#include <ndb_logevent.h>
Structure to store and retrieve log event information.
Definition at line 793 of file ndb_logevent.h.
union { ... } |
Union of log event specific data. Use type to decide which struct to use
struct ndb_logevent_BackupAborted ndb_logevent::BackupAborted |
Log event data NDB_LE_BackupAborted
Definition at line 902 of file ndb_logevent.h.
struct ndb_logevent_BackupCompleted ndb_logevent::BackupCompleted |
Log event data NDB_LE_BackupCompleted
Definition at line 898 of file ndb_logevent.h.
struct ndb_logevent_BackupFailedToStart ndb_logevent::BackupFailedToStart |
Log event data NDB_LE_BackupFailedToStart
Definition at line 896 of file ndb_logevent.h.
struct ndb_logevent_BackupStarted ndb_logevent::BackupStarted |
Log event data for NDB_LE_BackupStarted
Definition at line 894 of file ndb_logevent.h.
struct ndb_logevent_BackupStatus ndb_logevent::BackupStatus |
Log event data NDB_LE_BackupStatus
Definition at line 900 of file ndb_logevent.h.
enum ndb_mgm_event_category ndb_logevent::category |
Category of log event
Definition at line 806 of file ndb_logevent.h.
unsigned ndb_logevent::Data[29] |
Raw data
Definition at line 935 of file ndb_logevent.h.
void* ndb_logevent::handle |
NdbLogEventHandle (to be used for comparing only) set in ndb_logevent_get_next()
Definition at line 797 of file ndb_logevent.h.
unsigned ndb_logevent::level |
Level (0-15) of log event
Definition at line 812 of file ndb_logevent.h.
struct ndb_logevent_LogFileInitStatus ndb_logevent::LogFileInitStatus |
Log event data NDB_LE_LogFileInitStatus
Definition at line 914 of file ndb_logevent.h.
struct ndb_logevent_MTSignalStatistics ndb_logevent::MTSignalStatistics |
Log event data NDB_LE_MTSignalStatistic
Definition at line 918 of file ndb_logevent.h.
struct ndb_logevent_RedoStatus ndb_logevent::RedoStatus |
Log event data NDB_LE_RedoStatus
Definition at line 924 of file ndb_logevent.h.
struct ndb_logevent_RestoreCompleted ndb_logevent::RestoreCompleted |
Log event data NDB_LE_RestoreCompleted
Definition at line 912 of file ndb_logevent.h.
struct ndb_logevent_RestoreData ndb_logevent::RestoreData |
Log event data NDB_LE_RestoreData
Definition at line 908 of file ndb_logevent.h.
struct ndb_logevent_RestoreLog ndb_logevent::RestoreLog |
Log event data NDB_LE_RestoreLog
Definition at line 910 of file ndb_logevent.h.
struct ndb_logevent_RestoreMetaData ndb_logevent::RestoreMetaData |
Log event data NDB_LE_RestoreMetaData
Definition at line 906 of file ndb_logevent.h.
struct ndb_logevent_RestoreStarted ndb_logevent::RestoreStarted |
Log event data NDB_LE_RestoreStarted
Definition at line 904 of file ndb_logevent.h.
enum ndb_mgm_event_severity ndb_logevent::severity |
Severity of log event
Definition at line 809 of file ndb_logevent.h.
struct ndb_logevent_SingleUser ndb_logevent::SingleUser |
Log event data NDB_LE_SingleUser
Definition at line 916 of file ndb_logevent.h.
unsigned ndb_logevent::source_nodeid |
Node ID of the node that reported the log event
Definition at line 815 of file ndb_logevent.h.
struct ndb_logevent_StartReport ndb_logevent::StartReport |
Log event data NDB_LE_StartReport
Definition at line 920 of file ndb_logevent.h.
struct ndb_logevent_SubscriptionStatus ndb_logevent::SubscriptionStatus |
Log event data NDB_LE_SubscriptionStatus
Definition at line 922 of file ndb_logevent.h.
unsigned ndb_logevent::time |
Time when log event was registred at the management server
Definition at line 803 of file ndb_logevent.h.
enum Ndb_logevent_type ndb_logevent::type |
Which event
Definition at line 800 of file ndb_logevent.h.