MySQL 9.1.0
Source Code Documentation
|
#include "sql/table.h"
Go to the source code of this file.
Namespaces | |
namespace | dd |
The version of the current data dictionary table definitions. | |
Functions | |
bool | dd::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. More... | |
bool | dd::alter_routine (THD *thd, Routine *routine, st_sp_chistics *chistics) |
Alters routine characteristics in the DD table. More... | |