For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Abstract base class for functions and procedures.
Definition: routine.h:61
void prepare_params_string_from_dd_routine(THD *thd, const dd::Routine *routine, dd::String_type *params_str)
Method to prepare stored routine's parameter string using the Routine object read from the Data Dicti...
Definition: dd_sp.cc:227
void prepare_sp_chistics_from_dd_routine(const dd::Routine *routine, st_sp_chistics *sp_chistics)
Method to prepare sp_chistics object using the dd::Routine object read from the Data Dictionary.
Definition: dd_sp.cc:61
void prepare_return_type_string_from_dd_routine(THD *thd, const dd::Routine *routine, dd::String_type *return_type_str)
Helper method to prepare stored routine type in string format using the Routine object read from the ...
Definition: dd_sp.cc:199
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51
Definition: sql_lex.h:2555