提交 3dd0008d 编写于 作者: C coolfishchen 提交者: ob-robot

add trans_result in ObDirectLoadControlCommitRes

上级 d9824868
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册