62 const char *
table_type()
const override {
return "BLACKHOLE"; }
82#define BLACKHOLE_MAX_KEY 64
83#define BLACKHOLE_MAX_KEY_SEG 16
84#define BLACKHOLE_MAX_KEY_LENGTH 3072
90 [[maybe_unused]])
const override {
95 int close(
void)
override;
app_data_ptr new_data(u_int n, char *val, cons_type consensus)
Using this class is fraught with peril, and you need to be very careful when doing so.
Definition: sql_string.h:168
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:34
Definition: ha_blackhole.h:54
bool is_index_algorithm_supported(enum ha_key_alg key_alg) const override
Check if SE supports specific key algorithm.
Definition: ha_blackhole.h:66
int index_read_map(uchar *buf, const uchar *key, key_part_map keypart_map, enum ha_rkey_function find_flag) override
Positions an index cursor to the index specified in the handle ('active_index').
Definition: ha_blackhole.cc:194
int index_prev(uchar *buf) override
Definition: ha_blackhole.cc:236
int external_lock(THD *thd, int lock_type) override
Is not invoked for non-transactional temporary tables.
Definition: ha_blackhole.cc:157
int rnd_next(uchar *buf) override
Definition: ha_blackhole.cc:127
int open(const char *name, int mode, uint test_if_locked, const dd::Table *table_def) override
Definition: ha_blackhole.cc:83
ulong index_flags(uint inx, uint, bool) const override
Definition: ha_blackhole.h:75
int ft_read(uchar *buf) override
Definition: ha_blackhole.cc:275
~ha_blackhole() override=default
int index_read_idx_map(uchar *buf, uint idx, const uchar *key, key_part_map keypart_map, enum ha_rkey_function find_flag) override
Positions an index cursor to the index specified in argument.
Definition: ha_blackhole.cc:206
int info(uint flag) override
General method to gather info from handler.
Definition: ha_blackhole.cc:149
st_blackhole_share * share
Definition: ha_blackhole.h:56
int write_row(uchar *buf) override
Write a row.
Definition: ha_blackhole.cc:103
void position(const uchar *record) override
Definition: ha_blackhole.cc:144
ulonglong table_flags() const override
Definition: ha_blackhole.h:69
int index_next(uchar *buf) override
Definition: ha_blackhole.cc:229
FT_INFO * ft_init_ext(uint flags, uint inx, String *key) override
Definition: ha_blackhole.cc:257
int close(void) override
Definition: ha_blackhole.cc:92
uint max_supported_key_length() const override
Definition: ha_blackhole.h:86
int delete_row(const uchar *buf) override
Definition: ha_blackhole.cc:115
THR_LOCK_DATA ** store_lock(THD *thd, THR_LOCK_DATA **to, enum thr_lock_type lock_type) override
Is not invoked for non-transactional temporary tables.
Definition: ha_blackhole.cc:162
const char * table_type() const override
The following can be called without an open handler.
Definition: ha_blackhole.h:62
int ft_init() override
Definition: ha_blackhole.cc:273
int index_first(uchar *buf) override
Definition: ha_blackhole.cc:243
THR_LOCK_DATA lock
Definition: ha_blackhole.h:55
uint max_supported_keys() const override
Definition: ha_blackhole.h:85
ha_blackhole(handlerton *hton, TABLE_SHARE *table_arg)
Definition: ha_blackhole.cc:80
int rnd_init(bool scan) override
rnd_init() can be called two times without rnd_end() in between (it only makes sense if scan=1).
Definition: ha_blackhole.cc:122
int index_last(uchar *buf) override
Definition: ha_blackhole.cc:250
int create(const char *name, TABLE *table_arg, HA_CREATE_INFO *create_info, dd::Table *table_def) override
Create table (implementation).
Definition: ha_blackhole.cc:98
uint max_supported_key_part_length(HA_CREATE_INFO *create_info) const override
Definition: ha_blackhole.h:89
int rnd_pos(uchar *buf, uchar *pos) override
Definition: ha_blackhole.cc:138
int index_read_last_map(uchar *buf, const uchar *key, key_part_map keypart_map) override
The following functions works like index_read, but it find the last row with the current key value or...
Definition: ha_blackhole.cc:218
enum ha_key_alg get_default_index_algorithm() const override
Get default key algorithm for SE.
Definition: ha_blackhole.h:63
int update_row(const uchar *old_data, uchar *new_data) override
Update a single row.
Definition: ha_blackhole.cc:108
The handler class is the interface for dynamically loadable storage engines.
Definition: handler.h:4412
TABLE_SHARE * table_share
Definition: handler.h:4419
A table definition from the master.
Definition: rpl_utility.h:248
#define BLACKHOLE_MAX_KEY
Definition: ha_blackhole.h:82
#define BLACKHOLE_MAX_KEY_LENGTH
Definition: ha_blackhole.h:84
static int flags[50]
Definition: hp_test1.cc:40
static int flag
Definition: hp_test1.cc:40
This file includes constants used by all storage engines.
ha_key_alg
Definition: my_base.h:97
@ HA_KEY_ALG_RTREE
Definition: my_base.h:108
@ HA_KEY_ALG_BTREE
Definition: my_base.h:107
@ HA_KEY_ALG_FULLTEXT
Definition: my_base.h:110
ha_rkey_function
Definition: my_base.h:78
ulong key_part_map
Definition: my_base.h:1007
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:56
unsigned char uchar
Definition: my_inttypes.h:52
static int record
Definition: mysqltest.cc:188
Definition: buf0block_hint.cc:30
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
mode
Definition: file_handle.h:60
required string key
Definition: replication_asynchronous_connection_failover.proto:60
#define HA_BINLOG_ROW_CAPABLE
Definition: handler.h:339
#define HA_FILE_BASED
Definition: handler.h:324
#define HA_CAN_INDEX_BLOBS
Definition: handler.h:257
#define HA_READ_NEXT
Definition: handler.h:526
#define HA_KEYREAD_ONLY
Definition: handler.h:571
#define HA_READ_OUT_OF_SYNC
Definition: handler.h:424
#define HA_CAN_GEOMETRY
Definition: handler.h:228
#define HA_CAN_FULLTEXT
Definition: handler.h:305
#define HA_BINLOG_STMT_CAPABLE
Definition: handler.h:340
#define HA_CAN_SQL_HANDLER
Definition: handler.h:310
#define HA_READ_ORDER
Definition: handler.h:542
#define HA_READ_RANGE
Definition: handler.h:549
#define HA_AUTO_PART_KEY
Definition: handler.h:262
#define HA_NULL_IN_KEY
Definition: handler.h:245
#define HA_READ_PREV
Definition: handler.h:530
case opt name
Definition: sslopt-case.h:33
Definition: ft_global.h:72
Struct to hold information about the table that should be created.
Definition: handler.h:3045
This structure is shared between different table objects.
Definition: table.h:690
KEY * key_info
Definition: table.h:746
Definition: thr_lock.h:124
Definition: thr_lock.h:139
handlerton is a singleton structure - one instance per storage engine - to provide access to storage ...
Definition: handler.h:2622
Definition: ha_blackhole.h:43
uint table_name_length
Definition: ha_blackhole.h:46
char table_name[1]
Definition: ha_blackhole.h:47
uint use_count
Definition: ha_blackhole.h:45
THR_LOCK lock
Definition: ha_blackhole.h:44
thr_lock_type
Definition: thr_lock.h:51
unsigned int uint
Definition: uca9-dump.cc:75