|
bool | dd::upgrade_57::in_progress () |
| Check if upgrade is in progress. More...
|
|
void | dd::upgrade_57::set_in_progress (bool param) |
|
bool | dd::upgrade_57::allow_sdi_creation () |
| Check if creation of SDI file is allowed by upgrade. More...
|
|
void | dd::upgrade_57::set_allow_sdi_creation (bool param) |
|
static bool | dd::upgrade_57::check_file_extension (const String_type &extn) |
| Check if it is a file extension which should be moved to backup_metadata_57 folder upgrade upgrade is successful. More...
|
|
static void | dd::upgrade_57::rename_stats_tables () |
| Rename stats tables. More...
|
|
static bool | dd::upgrade_57::ha_finish_upgrade (THD *thd, plugin_ref plugin, void *failed_upgrade) |
| Cleanup inside SE after upgrade for one SE. More...
|
|
bool | dd::upgrade_57::ha_finish_upgrade (THD *thd, bool failed_upgrade) |
|
bool | dd::upgrade_57::finalize_upgrade (THD *thd) |
| In case of successful upgrade, this function deletes all .frm, .TRG, .TRG, .par, .opt, .isl files from all databases. More...
|
|
bool | dd::upgrade_57::check_for_dd_tables () |
| Function to scan mysql schema to check if any tables exist with the same name as DD tables to be created. More...
|
|
void | dd::upgrade_57::rename_back_stats_tables (THD *thd) |
| Rename back .ibd files for innodb stats table. More...
|
|
static void | dd::upgrade_57::drop_sdi_files () |
| Drop all .SDI files created during upgrade. More...
|
|
bool | dd::upgrade_57::add_sdi_info (THD *thd) |
| Create SDI information for all tablespaces and tables. More...
|
|
bool | dd::upgrade_57::terminate (THD *thd) |
| Drop all DD tables in case there is an error while upgrading server. More...
|
|
static bool | dd::upgrade_57::ha_migrate_tablespaces (THD *thd, plugin_ref plugin, void *) |
| create data dictionary entry for tablespaces for one SE. More...
|
|
static bool | dd::upgrade_57::ha_migrate_tablespaces (THD *thd) |
| create data dictionary entry for tablespaces for one SE. More...
|
|
static bool | dd::upgrade_57::migrate_stats (THD *thd) |
| Migrate statistics from 5.7 stats tables. More...
|
|
static bool | dd::upgrade_57::restart_dictionary (THD *thd) |
|
static bool | dd::upgrade_57::upgrade_logs (THD *thd, plugin_ref plugin, void *) |
| Upgrade logs inside one SE. More...
|
|
static bool | dd::upgrade_57::ha_upgrade_engine_logs (THD *thd) |
| Upgrade logs inside all SE. More...
|
|
bool | dd::upgrade_57::do_pre_checks_and_initialize_dd (THD *thd) |
| Check if the server is starting on a data directory without dictionary tables or not. More...
|
|
bool | dd::upgrade_57::fill_dd_and_finalize (THD *thd) |
| Finalize upgrade to the new data-dictionary by populating Data Dictionary tables with metadata. More...
|
|