MySQL 9.1.0
Source Code Documentation
|
#include "sql/dd/dd_utility.h"
#include "mysql/components/services/log_builtins.h"
#include "mysql/strings/m_ctype.h"
#include "mysqld_error.h"
#include "sql/handler.h"
Namespaces | |
namespace | dd |
The version of the current data dictionary table definitions. | |
Functions | |
size_t | dd::normalize_string (const CHARSET_INFO *cs, const String_type &src, char *normalized_str_buf, size_t normalized_str_buf_length) |
Normalize (or transform) the multibyte character set string. More... | |
bool | dd::check_if_server_ddse_readonly (THD *thd, const char *schema_name=nullptr) |
Check if DDSE (Data Dictionary Storage Engine) is in readonly mode. More... | |