26#ifndef DD_ROUTINE_INCLUDED 
   27#define DD_ROUTINE_INCLUDED 
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
 
sp_head represents one instance of a stored program.
Definition: sp_head.h:383
 
borrowable::session_track::Schema< true > Schema
Definition: classic_protocol_session_track.h:288
 
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
 
bool alter_routine(THD *thd, Routine *routine, st_sp_chistics *chistics)
Alters routine characteristics in the DD table.
Definition: dd_routine.cc:456
 
bool create_routine(THD *thd, const Schema &schema, sp_head *sp, const LEX_USER *definer)
Prepares dd:Routine object from sp_head and updates DD tables accordingly.
Definition: dd_routine.cc:416
 
Definition: sql_lex.h:2570