MySQL 9.1.0
Source Code Documentation
|
Go to the source code of this file.
Namespaces | |
namespace | dd |
The version of the current data dictionary table definitions. | |
Functions | |
bool | dd::create_view (THD *thd, const dd::Schema &schema, Table_ref *view) |
Store view metadata in the data-dictionary. More... | |
bool | dd::update_view (THD *thd, dd::View *new_view, Table_ref *view) |
Update view metadata in dd.views. 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... | |