MCPcopy Create free account
hub / github.com/ByConity/ByConity / erasePreparedStatement

Method erasePreparedStatement

src/Server/MySQLHandler.cpp:675–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void MySQLHandler::erasePreparedStatement(UInt32 statement_id)
676{
677 std::lock_guard<std::mutex> lock(prepared_statements_mutex);
678 prepared_statements.erase(statement_id);
679}
680void MySQLHandler::authPluginSSL()
681{
682 throw Exception("ClickHouse was built without SSL support. Try specifying password using double SHA1 in users.xml.", ErrorCodes::SUPPORT_IS_DISABLED);

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected