Function mz_mysql_util::replication::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