MySQL 9.1.0
Source Code Documentation
|
Full text search internal header file. More...
Functions | |
static int | fts_write_object_id (ib_id_t id, char *str) |
Write the table id to the given buffer (including final NUL). More... | |
static bool | fts_read_object_id (ib_id_t *id, const char *str) |
static int | fts_trx_table_cmp (const void *p1, const void *p2) |
Compare two fts_trx_table_t instances. More... | |
static int | fts_trx_table_id_cmp (const void *p1, const void *p2) |
Compare a table id with a fts_trx_table_t table id. More... | |
Full text search internal header file.
Created 2011/11/12 Sunny Bains
|
inlinestatic |
|
inlinestatic |
Compare two fts_trx_table_t instances.
p1 | in: id1 |
p2 | in: id2 |
|
inlinestatic |
Compare a table id with a fts_trx_table_t table id.
p1 | in: id1 |
p2 | in: id2 |
|
inlinestatic |
Write the table id to the given buffer (including final NUL).
Buffer must be at least FTS_AUX_MIN_TABLE_ID_LENGTH bytes long.
[in] | id | a table/index id |
[in] | str | buffer to write the id to |