MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hash_row_pos_st Struct Reference

#include <rpl_utility.h>

Public Attributes

const uchar * bi_start
const uchar * bi_ends

Detailed Description

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.

Member Data Documentation

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.


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