Type Alias mariadb_sys::THR_LOCK_INFO
source · pub type THR_LOCK_INFO = st_thr_lock_info;
Aliased Type§
struct THR_LOCK_INFO {
pub thread: u64,
pub thread_id: u64,
pub mysql_thd: *mut c_void,
}
Fields§
§thread: u64
§thread_id: u64
§mysql_thd: *mut c_void