25.6.16.34 The ndbinfo events Table (original) (raw)
25.6.16.34 The ndbinfo events Table
This table provides information about event subscriptions inNDB
. The columns of theevents
table are listed here, with short descriptions of each:
event_id
The event IDname
The name of the eventtable_id
The ID of the table on which the event occurredreporting
One ofupdated
,all
,subscribe
, orDDL
columns
A comma-separated list of columns affected by the eventtable_event
One or more ofINSERT
,DELETE
,UPDATE
,SCAN
,DROP
,ALTER
,CREATE
,GCP_COMPLETE
,CLUSTER_FAILURE
,STOP
,NODE_FAILURE
,SUBSCRIBE
,UNSUBSCRIBE
, andALL
(defined byEvent::TableEvent in the NDB API)
The events
table was added in NDB 8.0.29.