MySQL 9.1.0
Source Code Documentation
|
#include <sys/types.h>
#include <vector>
#include "my_alloc.h"
#include "sql/psi_memory_key.h"
#include "sql/sql_const.h"
Go to the source code of this file.
Classes | |
class | Locked_tables_list |
Tables that were locked with LOCK TABLES statement. More... | |
struct | Locked_tables_list::MDL_ticket_pair |
Enumerations | |
enum | enum_locked_tables_mode { LTM_NONE = 0 , LTM_LOCK_TABLES , LTM_PRELOCKED , LTM_PRELOCKED_UNDER_LOCK_TABLES } |
Type of locked tables mode. More... | |
Functions | |
const char * | get_locked_tables_mode_name (enum_locked_tables_mode locked_tables_mode) |
Getter for the enum enum_locked_tables_mode. More... | |