mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -6556,7 +6556,7 @@ int handler::ha_reset()
|
||||
clear_top_table_fields();
|
||||
if (lookup_handler != this)
|
||||
{
|
||||
lookup_handler->ha_external_lock(table->in_use, F_UNLCK);
|
||||
lookup_handler->ha_external_unlock(table->in_use);
|
||||
lookup_handler->close();
|
||||
delete lookup_handler;
|
||||
lookup_handler= this;
|
||||
|
Reference in New Issue
Block a user