patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -14,10 +14,12 @@
#include "sql/resolver/cmd/ob_empty_query_stmt.h"
#include "sql/engine/ob_exec_context.h"
namespace oceanbase {
namespace oceanbase
{
using namespace common;
namespace sql {
int ObEmptyQueryExecutor::execute(ObExecContext& ctx, ObEmptyQueryStmt& stmt)
namespace sql
{
int ObEmptyQueryExecutor::execute(ObExecContext &ctx, ObEmptyQueryStmt &stmt)
{
UNUSED(ctx);
UNUSED(stmt);
@ -25,5 +27,5 @@ int ObEmptyQueryExecutor::execute(ObExecContext& ctx, ObEmptyQueryStmt& stmt)
return ret;
}
} // namespace sql
} // namespace oceanbase
}// sql
}// oceanbase