![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
#include <event_tracking_stored_program_service.h>
Public Attributes | |
| mysql_service_status_t(* | notify )(const mysql_event_tracking_stored_program_data *data) | 
| Process a stored program event.  More... | |
A service to track and consume stored program events.
Producer of the event will broadcast notify all interested consumers of the event.
| mysql_service_status_t(* s_mysql_event_tracking_stored_program::notify) (const mysql_event_tracking_stored_program_data *data) | 
Process a stored program event.
| [in] | data | Event specific data | 
| false | Success | 
| true | Error |