24#ifndef DD_UPGRADE__SERVER_H_INCLUDED
25#define DD_UPGRADE__SERVER_H_INCLUDED
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
This class represents abstract time zone and provides basic interface for MYSQL_TIME <-> my_time_t co...
Definition: tztime.h:49
bool I_S_upgrade_required()
Definition: server.cc:1358
bool no_server_upgrade_required()
Definition: server.cc:1351
bool upgrade_system_schemas(THD *thd)
Upgrades/restores the system tables to defaults of the current MySQL version.
Definition: server.cc:1267
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
TYPELIB upgrade_mode_typelib
Definition: server.cc:94
enum_check_table_fun_mode
Definition: server.h:44
@ CHECK_TABLE_FUN_WARN
Definition: server.h:45
@ CHECK_TABLE_FUN_ABORT
Definition: server.h:46
TYPELIB check_table_fun_mode_typelib
Definition: server.cc:98
const char * check_table_fun_modes[]
Definition: server.cc:97
enum_upgrade_mode
Definition: server.h:35
@ UPGRADE_NONE
Definition: server.h:36
@ UPGRADE_MINIMAL
Definition: server.h:37
@ UPGRADE_AUTO
Definition: server.h:38
@ UPGRADE_FORCE
Definition: server.h:39