Type Alias mariadb_sys::THR_LOCK_DATA
source · pub type THR_LOCK_DATA = st_thr_lock_data;
Aliased Type§
struct THR_LOCK_DATA {
pub owner: *mut st_thr_lock_info,
pub next: *mut st_thr_lock_data,
pub prev: *mut *mut st_thr_lock_data,
pub lock: *mut st_thr_lock,
pub cond: *mut st_mysql_cond,
pub status_param: *mut c_void,
pub debug_print_param: *mut c_void,
pub m_psi: *mut PSI_table,
pub type_: i32,
pub org_type: i32,
pub priority: u32,
}
Fields§
§owner: *mut st_thr_lock_info
§next: *mut st_thr_lock_data
§prev: *mut *mut st_thr_lock_data
§lock: *mut st_thr_lock
§cond: *mut st_mysql_cond
§status_param: *mut c_void
§debug_print_param: *mut c_void
§m_psi: *mut PSI_table
§type_: i32
§org_type: i32
§priority: u32