Skip to main content

verify_pk_bounds_monotonic

Function verify_pk_bounds_monotonic 

Source
async fn verify_pk_bounds_monotonic<Q>(
    tx: &mut Q,
    tables: &BTreeMap<MySqlTableName, Vec<SourceOutputInfo>>,
    table_ranges: &BTreeMap<MySqlTableName, ReadPlan>,
    pk_bounds: &BTreeMap<MySqlTableName, Option<PkBoundaries>>,
) -> Result<(), TransientError>
where Q: Queryable,