From 3a2e66fc2c54e078aac1f400a2e3a1fa6e83a8be Mon Sep 17 00:00:00 2001 From: LINxiansheng Date: Mon, 30 Aug 2021 16:04:23 +0800 Subject: [PATCH] Fix RPM compile Error and format code --- src/observer/table/ob_table_rpc_processor.h | 2 +- src/observer/table/ob_table_service.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/observer/table/ob_table_rpc_processor.h b/src/observer/table/ob_table_rpc_processor.h index eaa9c291ef..593cbb1f0e 100644 --- a/src/observer/table/ob_table_rpc_processor.h +++ b/src/observer/table/ob_table_rpc_processor.h @@ -207,7 +207,7 @@ public: protected: virtual void set_req_has_wokenup() override; - int64_t get_timeout_ts() const; + virtual int64_t get_timeout_ts() const; virtual void save_request_string() override; virtual void generate_sql_id() override; virtual uint64_t get_request_checksum() = 0; diff --git a/src/observer/table/ob_table_service.h b/src/observer/table/ob_table_service.h index f79fa035d2..48973d1825 100644 --- a/src/observer/table/ob_table_service.h +++ b/src/observer/table/ob_table_service.h @@ -17,6 +17,7 @@ #include "sql/engine/expr/ob_expr_res_type.h" #include "share/table/ob_table_rpc_struct.h" #include "storage/ob_dml_param.h" +#include "share/schema/ob_table_param.h" namespace oceanbase { namespace storage -- GitLab