MySQL 8.3.0
Source Code Documentation
HASH_ROW_POS Struct Reference

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 ucharbi_start
 Points at the position where the row starts in the event buffer (ie, area in memory before unpacking takes place). More...
 
const ucharbi_ends
 

Detailed Description

Hash table used when applying row events on the slave and there is no index on the slave's table.

Member Data Documentation

◆ bi_ends

const uchar* HASH_ROW_POS::bi_ends

◆ bi_start

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).


The documentation for this struct was generated from the following file: