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:34
 
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:1081
 
bool no_server_upgrade_required()
Definition: server.cc:1074
 
bool upgrade_system_schemas(THD *thd)
Upgrades/restores the system tables to defaults of the current MySQL version.
Definition: server.cc:991
 
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
 
TYPELIB upgrade_mode_typelib
Definition: server.cc:75
 
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:79
 
const char * check_table_fun_modes[]
Definition: server.cc:78
 
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