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:
@ -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);
|
||||
};
|
||||
|
Reference in New Issue
Block a user