mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: ha_external_unlock() helper
as mentioned in f9f33b85be
and generally to make it
easier to talk about
This commit is contained in:
@@ -33,7 +33,7 @@ namespace mrn {
|
||||
|
||||
ExternalLock::~ExternalLock() {
|
||||
if (lock_type_ != F_UNLCK) {
|
||||
handler_->ha_external_lock(thd_, F_UNLCK);
|
||||
handler_->ha_external_unlock(thd_);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user