提交 6693f77c 编写于 作者: Y yiguolei

fix code style

上级 9d086f44
......@@ -868,7 +868,8 @@ bool DDLWorker::tryExecuteQueryOnLeaderReplica(
replicated_storage->getStatus(status);
// Should return as soon as possible if the table is shutdown by drop or other command.
if (status.is_partial_shutdown) {
if (status.is_partial_shutdown)
{
LOG_WARNING(log, "Table is shutdown, task {} will not be executed.", task.entry_name);
task.execution_status = ExecutionStatus(ErrorCodes::UNFINISHED, "Cannot execute replicated DDL query, table is shutdown");
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册