| 673 | } |
| 674 | |
| 675 | void MySQLHandler::erasePreparedStatement(UInt32 statement_id) |
| 676 | { |
| 677 | std::lock_guard<std::mutex> lock(prepared_statements_mutex); |
| 678 | prepared_statements.erase(statement_id); |
| 679 | } |
| 680 | void 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); |