reformat source code

according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
gm
2021-06-16 15:48:42 +08:00
committed by MizuhaHimuraki
parent 8c4a2f26a6
commit 4a92b6d7df
3314 changed files with 23131 additions and 23401 deletions

View File

@ -27,13 +27,13 @@ class ObCreateIndexStmt;
class ObSQLSessionInfo;
class ObCreateIndexExecutor {
public:
public:
friend class ObAlterTableExecutor;
ObCreateIndexExecutor();
virtual ~ObCreateIndexExecutor();
int execute(ObExecContext& ctx, ObCreateIndexStmt& stmt);
private:
private:
int set_drop_index_stmt_str(obrpc::ObDropIndexArg& drop_index_arg, common::ObIAllocator& allocator);
int sync_check_index_status(sql::ObSQLSessionInfo& my_session, obrpc::ObCommonRpcProxy& common_rpc_proxy,
const obrpc::ObCreateIndexArg& create_index_arg, common::ObIAllocator& allocator,
@ -44,7 +44,7 @@ class ObCreateIndexExecutor {
class ObDropIndexStmt;
class ObDropIndexExecutor {
public:
public:
ObDropIndexExecutor();
virtual ~ObDropIndexExecutor();
@ -53,26 +53,26 @@ class ObDropIndexExecutor {
class ObFlashBackIndexStmt;
class ObFlashBackIndexExecutor {
public:
public:
ObFlashBackIndexExecutor()
{}
virtual ~ObFlashBackIndexExecutor()
{}
int execute(ObExecContext& ctx, ObFlashBackIndexStmt& stmt);
private:
private:
};
class ObPurgeIndexStmt;
class ObPurgeIndexExecutor {
public:
public:
ObPurgeIndexExecutor()
{}
virtual ~ObPurgeIndexExecutor()
{}
int execute(ObExecContext& ctx, ObPurgeIndexStmt& stmt);
private:
private:
};
} // namespace sql