mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
remove old todo
This commit is contained in:
parent
7f0e6fd3c1
commit
84c2351774
@ -12,7 +12,6 @@ InterpreterCheckQuery::InterpreterCheckQuery(DB::ASTPtr query_ptr_, DB::Context&
|
||||
|
||||
BlockInputStreamPtr InterpreterCheckQuery::execute()
|
||||
{
|
||||
/// @TODO
|
||||
ASTCheckQuery & alter = typeid_cast<ASTCheckQuery &>(*query_ptr);
|
||||
String & table_name = alter.table;
|
||||
String database_name = alter.database.empty() ? context.getCurrentDatabase() : alter.database;
|
||||
|
Loading…
Reference in New Issue
Block a user