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