Drop/truncate part/table/db without ddl retry task

This commit is contained in:
Hongqin-Li
2023-08-08 04:48:26 +00:00
committed by ob-robot
parent ca5f363b3d
commit 51bb12a3f6
10 changed files with 8 additions and 72 deletions

View File

@ -56,7 +56,6 @@ int ObDropDatabaseResolver::resolve(const ParseNode &parse_tree)
LOG_ERROR("failed to create drop_database_stmt", K(ret));
} else {
stmt_ = drop_database_stmt;
drop_database_stmt->set_is_add_to_scheduler(true);
drop_database_stmt->set_tenant_id(session_info_->get_effective_tenant_id());
}
//resolve if exist