MySQL 8.4.0
Source Code Documentation
server.h File Reference
#include <stdio.h>
#include "typelib.h"

Go to the source code of this file.

Namespaces

namespace  dd
 The version of the current data dictionary table definitions.
 
namespace  dd::upgrade
 

Enumerations

enum  enum_upgrade_mode : int { UPGRADE_NONE , UPGRADE_MINIMAL , UPGRADE_AUTO , UPGRADE_FORCE }
 

Functions

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 ()
 

Variables

TYPELIB upgrade_mode_typelib
 

Enumeration Type Documentation

◆ enum_upgrade_mode

enum enum_upgrade_mode : int
Enumerator
UPGRADE_NONE 
UPGRADE_MINIMAL 
UPGRADE_AUTO 
UPGRADE_FORCE 

Variable Documentation

◆ upgrade_mode_typelib

TYPELIB upgrade_mode_typelib
extern