async fn verify_sys_setting( conn: &mut Conn, setting: &str, expected: &str, ) -> Result<(), MySqlError>
Verify a MySQL System Variable matches the expected value