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

@ -16,28 +16,29 @@
#include "lib/container/ob_array_serialization.h"
#include "share/schema/ob_schema_struct.h"
namespace oceanbase {
namespace obrpc {
namespace oceanbase
{
namespace obrpc
{
class ObCommonRpcProxy;
class ObUserProfileArg;
class ObDropUserArg;
} // namespace obrpc
namespace sql {
}
namespace sql
{
class ObExecContext;
class ObUserProfileStmt;
class ObProfileDDLExecutor {
class ObProfileDDLExecutor
{
public:
ObProfileDDLExecutor()
{}
virtual ~ObProfileDDLExecutor()
{}
int execute(ObExecContext& ctx, ObUserProfileStmt& stmt);
ObProfileDDLExecutor() {}
virtual ~ObProfileDDLExecutor() {}
int execute(ObExecContext &ctx, ObUserProfileStmt &stmt);
private:
private:
DISALLOW_COPY_AND_ASSIGN(ObProfileDDLExecutor);
};
} // namespace sql
} // namespace oceanbase
#endif // OCEANBASE_SQL_ENGINE_CMD_PROFILE_CMD_EXECUTOR_
}
}
#endif //OCEANBASE_SQL_ENGINE_CMD_PROFILE_CMD_EXECUTOR_