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:1234
bool no_server_upgrade_required()
Definition: server.cc:1227
bool upgrade_system_schemas(THD *thd)
Upgrades/restores the system tables to defaults of the current MySQL version.
Definition: server.cc:1143
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
TYPELIB upgrade_mode_typelib
Definition: server.cc:93
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