add trans_result in ObDirectLoadControlCommitRes
This commit is contained in:
@ -193,7 +193,8 @@ OB_SERIALIZE_MEMBER(ObDirectLoadControlCommitArg,
|
|||||||
|
|
||||||
OB_SERIALIZE_MEMBER(ObDirectLoadControlCommitRes,
|
OB_SERIALIZE_MEMBER(ObDirectLoadControlCommitRes,
|
||||||
result_info_,
|
result_info_,
|
||||||
sql_statistics_);
|
sql_statistics_,
|
||||||
|
trans_result_);
|
||||||
|
|
||||||
// abort
|
// abort
|
||||||
OB_SERIALIZE_MEMBER(ObDirectLoadControlAbortArg,
|
OB_SERIALIZE_MEMBER(ObDirectLoadControlAbortArg,
|
||||||
|
|||||||
@ -22,6 +22,7 @@
|
|||||||
#include "sql/session/ob_sql_session_mgr.h"
|
#include "sql/session/ob_sql_session_mgr.h"
|
||||||
#include "observer/table_load/ob_table_load_struct.h"
|
#include "observer/table_load/ob_table_load_struct.h"
|
||||||
#include "storage/direct_load/ob_direct_load_struct.h"
|
#include "storage/direct_load/ob_direct_load_struct.h"
|
||||||
|
#include "storage/tx/ob_trans_define_v4.h"
|
||||||
|
|
||||||
namespace oceanbase
|
namespace oceanbase
|
||||||
{
|
{
|
||||||
@ -254,6 +255,7 @@ public:
|
|||||||
public:
|
public:
|
||||||
table::ObTableLoadResultInfo result_info_;
|
table::ObTableLoadResultInfo result_info_;
|
||||||
table::ObTableLoadSqlStatistics sql_statistics_;
|
table::ObTableLoadSqlStatistics sql_statistics_;
|
||||||
|
transaction::ObTxExecResult trans_result_;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ObDirectLoadControlAbortArg final
|
class ObDirectLoadControlAbortArg final
|
||||||
|
|||||||
Reference in New Issue
Block a user