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

Function get_binlog_hton

sql/handler.cc:2215–2222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2213}
2214
2215inline Ha_trx_info* get_binlog_hton(Ha_trx_info *ha_info)
2216{
2217 for (; ha_info; ha_info= ha_info->next())
2218 if (ha_info->ht() == &binlog_tp)
2219 return ha_info;
2220
2221 return ha_info;
2222}
2223
2224static int
2225commit_one_phase_2(THD *thd, bool all, THD_TRANS *trans, bool is_real_trans)

Callers 2

commit_one_phase_2Function · 0.85
ha_rollback_transFunction · 0.85

Calls 2

htMethod · 0.80
nextMethod · 0.45

Tested by

no test coverage detected