MySQL 8.0.37
Source Code Documentation
rpl_write_set_handler.h File Reference
#include "my_inttypes.h"

Go to the source code of this file.

Functions

const char * get_write_set_algorithm_string (unsigned int algorithm)
 Function that returns the write set extraction algorithm name. More...
 
bool add_pke (TABLE *table, THD *thd, const uchar *record)
 Function to add the hash of the PKE to the transaction context object. More...
 

Variables

const char * transaction_write_set_hashing_algorithms []
 

Function Documentation

◆ add_pke()

bool add_pke ( TABLE table,
THD thd,
const uchar record 
)

Function to add the hash of the PKE to the transaction context object.

Parameters
[in]table- TABLE object
[in]thd- THD object pointing to current thread.
[in]record- The record to process (record[0] or record[1]).
Returns
true if an issues exists adding the pke, false otherwise

◆ get_write_set_algorithm_string()

const char * get_write_set_algorithm_string ( unsigned int  algorithm)

Function that returns the write set extraction algorithm name.

Parameters
[in]algorithmThe algorithm value
Returns
the algorithm name

Variable Documentation

◆ transaction_write_set_hashing_algorithms

const char* transaction_write_set_hashing_algorithms[]
extern