Static Public Member Functions |
|
static bool | load_from_db (THD *thd, MEM_ROOT *event_mem_root, const char *db_name, const char *event_name, TABLE *event_tbl, Stored_program_creation_ctx **ctx) |
|
static void * | operator new (size_t size) throw () |
|
static void * | operator new[] (size_t size) throw () |
|
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
|
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
|
static void | operator delete (void *ptr, size_t size) |
|
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
|
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
|
static void | operator delete[] (void *ptr, size_t size) |
Protected Member Functions |
|
virtual Object_creation_ctx * | create_backup_ctx (THD *thd) const |
|
| Stored_program_creation_ctx (THD *thd) |
|
| Stored_program_creation_ctx (const CHARSET_INFO *client_cs, const CHARSET_INFO *connection_cl, const CHARSET_INFO *db_cl) |
|
virtual void | change_env (THD *thd) const |
|
| Default_object_creation_ctx (THD *thd) |
|
| Default_object_creation_ctx (const CHARSET_INFO *client_cs, const CHARSET_INFO *connection_cl) |
Detailed Description
Event_creation_ctx – creation context of events.
Definition at line 46 of file event_data_objects.cc.
The documentation for this class was generated from the following file: