mz_mysql_util::replication

Function verify_sys_setting

Source
async fn verify_sys_setting(
    conn: &mut Conn,
    setting: &str,
    expected: &str,
) -> Result<(), MySqlError>
Expand description

Verify a MySQL System Variable matches the expected value