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