| 3770 | */ |
| 3771 | int ha_external_lock(THD *thd, int lock_type); |
| 3772 | int ha_external_unlock(THD *thd) { return ha_external_lock(thd, F_UNLCK); } |
| 3773 | int ha_write_row(const uchar * buf); |
| 3774 | int ha_update_row(const uchar * old_data, const uchar * new_data); |
| 3775 | int ha_delete_row(const uchar * buf); |
no outgoing calls
no test coverage detected