mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
WL#3700: Handler API change: all index search methods - that is,
index_read(), index_read_idx(), index_read_last(), and records_in_range() - instead of 'uint keylen' argument take 'ulonglong keypart_map', a bitmap showing which keyparts are present in the key value. Fallback method is provided for handlers that are lagging behind.
This commit is contained in:
parent
6e1ba88418
commit
4e8b49d656
58 changed files with 483 additions and 441 deletions
|
|
@ -31,6 +31,8 @@
|
|||
#include "rpl_tblmap.h"
|
||||
|
||||
int queue_event(MASTER_INFO* mi,const char* buf,ulong event_len);
|
||||
static Log_event* next_event(RELAY_LOG_INFO* rli);
|
||||
|
||||
|
||||
#define FLAGSTR(V,F) ((V)&(F)?#F" ":"")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue