![]() |
MySQL 9.5.0
Source Code Documentation
|
#include "sql/dd/ndbinfo_schema/init.h"#include <assert.h>#include "lex_string.h"#include "mysql/components/services/log_builtins.h"#include "mysql/strings/m_ctype.h"#include "mysql/thread_type.h"#include "mysql_version.h"#include "sql/bootstrap.h"#include "sql/dd/cache/dictionary_client.h"#include "sql/dd/dd_schema.h"#include "sql/dd/dd_utility.h"#include "sql/dd/impl/dictionary_impl.h"#include "sql/dd/impl/utils.h"#include "sql/dd/properties.h"#include "sql/dd/string_type.h"#include "sql/dd/upgrade/server.h"#include "sql/handler.h"#include "sql/opt_costconstantcache.h"#include "sql/plugin_table.h"#include "sql/sql_class.h"#include "sql/sql_list.h"#include "sql/thd_raii.h"Namespaces | |
| namespace | dd |
| The version of the current data dictionary table definitions. | |
| namespace | dd::ndbinfo |
Functions | |
| static bool | create_schema (THD *thd, const char *schema_name) |
| static bool | check_ndbinfo_schema_has_correct_version (THD *thd) |
| static bool | drop_object (THD *thd, const Plugin_table &table) |
| static bool | create_object (THD *thd, const Plugin_table &table) |
| static bool | initialize_ndbinfo (THD *thd) |
| bool | dd::ndbinfo::init_schema_and_tables (long upgrade_mode) |
Variables | |
| static bool | forced_upgrade {false} |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |