MCPcopy Create free account
hub / github.com/MariaDB/server / ha_external_unlock

Method ha_external_unlock

sql/handler.h:3772–3772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 12

cleanup_new_partitionMethod · 0.80
external_lockMethod · 0.80
ha_resetMethod · 0.80
close_second_handlerMethod · 0.80
~QUICK_RANGE_SELECTMethod · 0.80
init_ror_merged_scanMethod · 0.80
lock_externalFunction · 0.80
unlock_externalFunction · 0.80
copy_data_between_tablesFunction · 0.80
unlock_hlindexesMethod · 0.80
spider_db_udf_direct_sqlFunction · 0.80
~ExternalLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected