24#ifndef RPL_WRITE_SET_HANDLER_INCLUDED
25#define RPL_WRITE_SET_HANDLER_INCLUDED
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:34
Some integer typedefs for easier portability.
unsigned char uchar
Definition: my_inttypes.h:52
static int record
Definition: mysqltest.cc:188
const char * transaction_write_set_hashing_algorithms[]
Definition: rpl_write_set_handler.cc:58
bool add_pke(TABLE *table, THD *thd, const uchar *record)
Function to add the hash of the PKE to the transaction context object.
Definition: rpl_write_set_handler.cc:787
const char * get_write_set_algorithm_string(unsigned int algorithm)
Function that returns the write set extraction algorithm name.
Definition: rpl_write_set_handler.cc:61