| 
| bool  | dd::upgrade::anonymous_namespace{server.cc}::ignore_error_and_execute (THD *thd, const char *query_ptr, bool print_err=true) | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::reinstall_firewall_procedures (THD *thd, const char *drop_query, const char *fw_proc[]) | 
|   | This function will create the firewall's stored procedures.  More...
  | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::upgrade_firewall_procedures (THD *thd) | 
|   | This function will check and create the firewall's stored procedures.  More...
  | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::switch_to_firewall_schema (THD *thd, std::string &fw_schema) | 
|   | This function will switch to the schema which is pointed by the mysql-firewall-database variable by executing USE.  More...
  | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::upgrade_firewall (THD *thd) | 
|   | upgrades Firewall stored procedures  More...
  | 
|   | 
| bool  | dd::upgrade::anonymous_namespace{server.cc}::fix_sys_schema (THD *thd) | 
|   | 
| bool  | dd::upgrade::anonymous_namespace{server.cc}::fix_mysql_tables (THD *thd) | 
|   | 
| bool  | dd::upgrade::anonymous_namespace{server.cc}::upgrade_help_tables (THD *thd) | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::get_shared_tablespace_names (THD *thd, std::set< dd::String_type > *shared_spaces) | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::check_table_funs (THD *thd, std::unique_ptr< Schema > &schema, Upgrade_error_counter *error_count) | 
|   | Check table definitions for SQL functions.  More...
  | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::check_tables (THD *thd, std::unique_ptr< Schema > &schema, const std::set< dd::String_type > *shared_spaces, Upgrade_error_counter *error_count) | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::check_events (THD *thd, std::unique_ptr< Schema > &schema, Upgrade_error_counter *error_count) | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::check_routines (THD *thd, std::unique_ptr< Schema > &schema, Upgrade_error_counter *error_count) | 
|   | 
| static bool  | dd::upgrade::anonymous_namespace{server.cc}::check_views (THD *thd, std::unique_ptr< Schema > &schema, Upgrade_error_counter *error_count) | 
|   | 
| static void  | dd::upgrade::anonymous_namespace{server.cc}::remove_legacy_upgrade_info_file () | 
|   | 
| void  | dd::upgrade::update_upgrade_history_file (bool initialize) | 
|   | Maintain a file named "mysql_upgrade_history" in the data directory.  More...
  | 
|   | 
| bool  | dd::upgrade::do_server_upgrade_checks (THD *thd) | 
|   | Performs validation on server metadata.  More...
  | 
|   | 
| bool  | dd::upgrade::invalid_routine (THD *thd, const dd::Schema &schema, const dd::Routine &routine) | 
|   | Validate a dd::Routine object.  More...
  | 
|   | 
| bool  | dd::upgrade::invalid_triggers (THD *thd, const char *schema_name, const dd::Table &table) | 
|   | Validate all the triggers of the given table.  More...
  | 
|   | 
| bool  | dd::upgrade::invalid_sql (THD *thd, const char *dbname, const dd::String_type &sql) | 
|   | Validate the SQL string provided.  More...
  | 
|   | 
| bool  | dd::upgrade::build_event_sp (const THD *thd, const char *name, size_t name_len, const char *body, size_t body_len, dd::String_type *sp_sql) | 
|   | Helper function to create a stored procedure from an event body.  More...
  | 
|   | 
| bool  | dd::upgrade::upgrade_system_schemas (THD *thd) | 
|   | Upgrades/restores the system tables to defaults of the current MySQL version.  More...
  | 
|   | 
| bool  | dd::upgrade::no_server_upgrade_required () | 
|   | 
| bool  | dd::upgrade::I_S_upgrade_required () | 
|   |