Type Alias mariadb_sys::REGINFO
source · pub type REGINFO = st_reginfo;
Aliased Type§
struct REGINFO {
pub join_tab: *mut st_join_table,
pub lock_type: i32,
pub skip_locked: bool,
pub not_exists_optimize: bool,
pub impossible_range: bool,
}
Fields§
§join_tab: *mut st_join_table
§lock_type: i32
§skip_locked: bool
§not_exists_optimize: bool
§impossible_range: bool