mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
rename handler::ha_set_lock_type() -> handler::set_lock_type(),
because it's not a handler convenience wrapper
This commit is contained in:
@@ -5285,7 +5285,7 @@ void signal_log_not_needed(struct handlerton, char *log_file)
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
void handler::ha_set_lock_type(enum thr_lock_type lock)
|
||||
void handler::set_lock_type(enum thr_lock_type lock)
|
||||
{
|
||||
table->reginfo.lock_type= lock;
|
||||
}
|
||||
|
Reference in New Issue
Block a user