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,