summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-04-28 11:11:16 +0200
committerSergei Golubchik <sergii@pisem.net>2014-04-28 11:11:16 +0200
commit0e05dc81b3ff42bacb03eb6826ae75876bef2025 (patch)
tree09c6cbcea9c20faed4ab6713c820421728452727 /sql/handler.cc
parent84d13a7e882ab9af911ee43d2a6363a8301b3fac (diff)
downloadmariadb-git-0e05dc81b3ff42bacb03eb6826ae75876bef2025.tar.gz
rename handler::ha_set_lock_type() -> handler::set_lock_type(),
because it's not a handler convenience wrapper
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index f08d4a37e1d..2e20944a96b 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -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;
}