MySQL 8.4.0
Source Code Documentation
checked_data.h File Reference
#include "xdr_gen/xcom_vp.h"

Go to the source code of this file.

Functions

bool_t copy_checked_data (checked_data *const to, checked_data const *const from)
 Creates a copy of the given checked_data. More...
 

Function Documentation

◆ copy_checked_data()

bool_t copy_checked_data ( checked_data *const  to,
checked_data const *const  from 
)

Creates a copy of the given checked_data.

Parameters
[in,out]toWhere to copy to
[in]fromWhere to copy from
Return values
trueIf the copy was successful
falseIf there was an error allocating memory for the copy