Fix RPM compile Error and format code

This commit is contained in:
LINxiansheng 2021-08-30 16:04:23 +08:00 committed by wangzelin.wzl
parent a6a56e21f4
commit 3a2e66fc2c
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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