MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / ~Statement_map

Method ~Statement_map

sql/sql_class.cc:1679–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1677
1678
1679Statement_map::~Statement_map()
1680{
1681 /*
1682 We do not want to grab the global LOCK_prepared_stmt_count mutex here.
1683 reset() should already have been called to maintain prepared_stmt_count.
1684 */
1685 DBUG_ASSERT(st_hash.records == 0);
1686
1687 my_hash_free(&names_hash);
1688 my_hash_free(&st_hash);
1689}
1690
1691
1692void Security_context::init()

Callers

nothing calls this directly

Calls 1

my_hash_freeFunction · 0.85

Tested by

no test coverage detected