|
static ulonglong | dd::dd_get_old_view_check_type (dd::View::enum_check_option type) |
|
static dd::View::enum_check_option | dd::dd_get_new_view_check_type (ulonglong type) |
| For enum in dd::View. More...
|
|
static enum enum_view_algorithm | dd::dd_get_old_view_algorithm_type (dd::View::enum_algorithm type) |
|
static dd::View::enum_algorithm | dd::dd_get_new_view_algorithm_type (enum enum_view_algorithm type) |
|
static ulonglong | dd::dd_get_old_view_security_type (dd::View::enum_security_type type) |
|
static dd::View::enum_security_type | dd::dd_get_new_view_security_type (ulonglong type) |
|
static bool | dd::fill_dd_view_columns (THD *thd, View *view_obj, const Table_ref *view) |
| Method to fill view columns from the first Query_block of view query. More...
|
|
static void | dd::fill_dd_view_tables (View *view_obj, const Table_ref *view, const Table_ref *query_tables) |
| Method to fill base table and view names used by view query in DD View object. More...
|
|
static void | dd::fill_dd_view_routines (View *view_obj, Query_tables_list *routines_ctx) |
| Method to fill view routines from the set of routines used by view query. More...
|
|
static bool | dd::fill_dd_view_definition (THD *thd, View *view_obj, Table_ref *view) |
| Method to fill view information in the View object. More...
|
|
bool | dd::update_view (THD *thd, dd::View *new_view, Table_ref *view) |
| Update view metadata in dd.views. More...
|
|
bool | dd::create_view (THD *thd, const dd::Schema &schema, Table_ref *view) |
| Store view metadata in the data-dictionary. More...
|
|
bool | dd::read_view (Table_ref *view, const dd::View &view_ref, MEM_ROOT *mem_root) |
| Read view metadata from dd.views into Table_ref. More...
|
|
bool | dd::update_view_status (THD *thd, const char *schema_name, const char *view_name, bool status, bool commit_dd_changes) |
| Update view status(valid/invalid) value in dd.views.options. More...
|
|