1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -2952,7 +2952,7 @@ public:
inline int ha_write_tmp_row(uchar *buf);
inline int ha_update_tmp_row(const uchar * old_data, uchar * new_data);
virtual void ha_set_lock_type(enum thr_lock_type lock);
virtual void set_lock_type(enum thr_lock_type lock);
friend enum icp_result handler_index_cond_check(void* h_arg);
};