MySQL 8.3.0
Source Code Documentation
schema.h File Reference
#include <vector>
#include "sql/dd/string_type.h"

Go to the source code of this file.

Namespaces

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

Functions

bool dd::upgrade_57::migrate_schema_to_dd (THD *thd, const char *dbname)
 Update the Schemata:DD for every database present in the data directory. More...
 
bool dd::upgrade_57::find_schema_from_datadir (std::vector< String_type > *db_name)
 Scans datadir for databases and lists all the database names. More...