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

Function mysql_ha_cleanup

sql/sql_handler.cc:1225–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1223
1224
1225void mysql_ha_cleanup(THD *thd)
1226{
1227 DBUG_ENTER("mysql_ha_cleanup");
1228 mysql_ha_cleanup_no_free(thd);
1229 my_hash_free(&thd->handler_tables_hash);
1230 DBUG_VOID_RETURN;
1231}
1232
1233
1234/**

Callers 1

cleanupMethod · 0.85

Calls 2

mysql_ha_cleanup_no_freeFunction · 0.85
my_hash_freeFunction · 0.85

Tested by

no test coverage detected