Skip to main content

verify_sys_setting

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