Skip to main content

mysql_row_to_owned_row_with_strict_pk

Function mysql_row_to_owned_row_with_strict_pk 

Source
pub fn mysql_row_to_owned_row_with_strict_pk(
    mysql_row: &mut Row,
    schema: &Schema,
    pk_indices: &[usize],
) -> Result<OwnedRow>
Expand description

Decode primary-key columns strictly while preserving the legacy lenient behavior for all other columns in a MySQL CDC snapshot row.