Static Public Member Functions | 
static  
Stored_routine_creation_ctx *  | load_from_db (THD *thd, const sp_name *name, TABLE *proc_tbl) | 
| 
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
Stored_routine_creation_ctx – creation context of stored routines (stored procedures and functions). 
Definition at line 179 of file sp.cc.
The documentation for this class was generated from the following file: