未验证 提交 1e1f4515 编写于 作者: 程序员小王(troy) 提交者: GitHub

Fix typo error#1036 (#1064)

上级 9038adce
......@@ -1056,7 +1056,7 @@ int ObSelectLogPlan::generate_raw_plan()
} else if (0 == select_stmt->get_from_item_size()) {
ret = generate_plan_expr_values();
} else if (OB_FAIL(SMART_CALL(generate_plan_for_plain_select()))) {
LOG_WARN("failed to generate plan for plin select.", K(ret));
LOG_WARN("failed to generate plan for plain select.", K(ret));
} else { /*do nothing.*/
}
return ret;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册