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

Go to the source code of this file.

Functions

bool add_pke (TABLE *table, THD *thd, const uchar *record)
 Function to add the hash of the PKE to the transaction context object. More...
 

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