MySQL 8.0.39
Source Code Documentation
|
Glue code for registering the TempTable plugin at MySQL. More...
#include "mysql/plugin.h"
#include "sql/handler.h"
#include "sql/table.h"
#include "storage/temptable/include/temptable/allocator.h"
#include "storage/temptable/include/temptable/handler.h"
Functions | |
static handler * | create_handler (handlerton *hton, TABLE_SHARE *table_share, bool, MEM_ROOT *mem_root) |
static int | close_connection (handlerton *hton, THD *thd) |
static int | init (void *p) |
mysql_declare_plugin (temptable) | |
Variables | |
static st_mysql_storage_engine | temptable_storage_engine |
mysql_declare_plugin_end | |
Glue code for registering the TempTable plugin at MySQL.
|
static |
|
static |
|
static |
mysql_declare_plugin | ( | temptable | ) |
mysql_declare_plugin_end |
|
static |