![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include "sql/dd/string_type.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_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... | |
| enum_view_type | dd::get_sql_view_type (String_type dd_view_type) | 
| Get the view type from type stored in DD table.  More... | |