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

Method close_transient_cursors

sql/sql_class.cc:1650–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1648
1649
1650void Statement_map::close_transient_cursors()
1651{
1652#ifdef TO_BE_IMPLEMENTED
1653 Statement *stmt;
1654 while ((stmt= transient_cursor_list.head()))
1655 stmt->close_cursor(); /* deletes itself from the list */
1656#endif
1657}
1658
1659
1660void Statement_map::erase(Statement *statement)

Callers

nothing calls this directly

Calls 1

headMethod · 0.45

Tested by

no test coverage detected