MySQL 5.6.14 Source Code Document
|
#include <rpl_utility.h>
Public Attributes | |
const uchar * | bi_start |
const uchar * | bi_ends |
Hash table used when applying row events on the slave and there is no index on the slave's table.
Definition at line 41 of file rpl_utility.h.
const uchar* hash_row_pos_st::bi_start |
Points at the position where the row starts in the event buffer (ie, area in memory before unpacking takes place).
Definition at line 48 of file rpl_utility.h.