1
0
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:
Sergei Golubchik
2014-04-28 11:11:16 +02:00
parent 84d13a7e88
commit 0e05dc81b3
5 changed files with 6 additions and 6 deletions

View File

@@ -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;
}