Module mariadb_sys::enum_mdl_duration
source · Constants§
- Locks with explicit duration survive the end of statement and transaction. They have to be released explicitly by calling MDL_context::release_lock().
- Locks with explicit duration survive the end of statement and transaction. They have to be released explicitly by calling MDL_context::release_lock().
- Locks with statement duration are automatically released at the end of statement or transaction.
- Locks with transaction duration are automatically released at the end of transaction.
Type Aliases§
- Duration of metadata lock.