![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Functions | |
| bool_t | copy_checked_data (checked_data *const to, checked_data const *const from) | 
| Creates a copy of the given checked_data.  More... | |
| bool_t copy_checked_data | ( | checked_data *const | to, | 
| checked_data const *const | from | ||
| ) | 
Creates a copy of the given checked_data.
| [in,out] | to | Where to copy to | 
| [in] | from | Where to copy from | 
| true | If the copy was successful | 
| false | If there was an error allocating memory for the copy |