#include <stdint.h>
#include <stdio.h>
#include <set>
#include "my_inttypes.h"
#include "my_sys.h"
#include "sql/dd/string_type.h"
#include "sql/error_handler.h"
Go to the source code of this file.
|
namespace | dd |
| The version of the current data dictionary table definitions.
|
|
namespace | dd::upgrade |
|
|
void | dd::upgrade::update_upgrade_history_file (bool initialize) |
| Maintain a file named "mysql_upgrade_history" in the data directory. More...
|
|
bool | dd::upgrade::do_server_upgrade_checks (THD *thd) |
| Performs validation on server metadata. More...
|
|
bool | dd::upgrade::invalid_sql (THD *thd, const char *dbname, const dd::String_type &sql) |
| Validate the SQL string provided. More...
|
|
bool | dd::upgrade::invalid_triggers (THD *thd, const char *schema_name, const dd::Table &table) |
| Validate all the triggers of the given table. More...
|
|
bool | dd::upgrade::invalid_routine (THD *thd, const dd::Schema &schema, const dd::Routine &routine) |
| Validate a dd::Routine object. More...
|
|
bool | dd::upgrade::build_event_sp (const THD *thd, const char *name, size_t name_len, const char *body, size_t body_len, dd::String_type *sp_sql) |
| Helper function to create a stored procedure from an event body. More...
|
|
◆ sql_mode_t