Documentation Home
MySQL 9.2 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb


25.6.17.35 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 ID

  • name

    The name of the event

  • table_id

    The ID of the table on which the event occurred

  • reporting

    One ofupdated,all,subscribe, orDDL

  • columns

    A comma-separated list of columns affected by the event

  • table_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)