• Mats Kindahl's avatar
    WL#5151: Conversion between different types when · f457a887
    Mats Kindahl authored
             replicating
    
    Replace c_ptr() calls with c_ptr_safe() calls to
    avoid valgrind warnings.
    
    Adding code to to handle the case that no metadata
    was present in the table map for the column.
    
    Allow first parameter to unpack_row() to be NULL,
    in which case no source tables is used and hence
    no checks nor conversions are done.
    
    Clarifying some comments and fixing documentation
    for unpack_row().
    f457a887
rpl_record.cc 13.6 KB