MySQL 9.1.0
Source Code Documentation
|
#include <stdint.h>
#include <sys/types.h>
#include "lex_string.h"
#include "my_alloc.h"
#include "my_inttypes.h"
#include "my_psi_config.h"
#include "my_time.h"
#include "mysql/components/services/bits/psi_statement_bits.h"
#include "sql/psi_memory_key.h"
Go to the source code of this file.
Classes | |
class | Event_queue_element_for_exec |
class | Event_basic |
class | Event_queue_element |
class | Event_timed |
class | Event_job_data |
Namespaces | |
namespace | dd |
The version of the current data dictionary table definitions. | |
Typedefs | |
using | sql_mode_t = uint64_t |
Functions | |
void | init_scheduler_psi_keys () |
bool | construct_drop_event_sql (THD *thd, String *sp_sql, LEX_CSTRING schema_name, LEX_CSTRING event_name) |
Get DROP EVENT statement to binlog the drop of ON COMPLETION NOT PRESERVE event. More... | |
bool | event_basic_db_equal (LEX_CSTRING db, Event_basic *et) |
bool | event_basic_identifier_equal (LEX_CSTRING db, LEX_CSTRING name, Event_basic *b) |