mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: ha_external_unlock() helper
as mentioned in f9f33b85be
and generally to make it
easier to talk about
This commit is contained in:
@ -3381,6 +3381,7 @@ public:
|
||||
and delete_row() below.
|
||||
*/
|
||||
int ha_external_lock(THD *thd, int lock_type);
|
||||
int ha_external_unlock(THD *thd) { return ha_external_lock(thd, F_UNLCK); }
|
||||
int ha_write_row(const uchar * buf);
|
||||
int ha_update_row(const uchar * old_data, const uchar * new_data);
|
||||
int ha_delete_row(const uchar * buf);
|
||||
|
Reference in New Issue
Block a user