fix build error for inc_build_test regression

This commit is contained in:
wenxingsen
2023-07-27 03:13:14 +00:00
committed by ob-robot
parent 031c930e96
commit 92034abdd3
19 changed files with 19 additions and 6 deletions

View File

@ -18,6 +18,7 @@
#include "lib/ob_define.h" #include "lib/ob_define.h"
#include "lib/time/ob_time_utility.h" #include "lib/time/ob_time_utility.h"
#include "lib/utility/serialization.h" #include "lib/utility/serialization.h"
#include "common/ob_clock_generator.h"
using namespace oceanbase::rpc::frame; using namespace oceanbase::rpc::frame;
using namespace oceanbase::common::serialization; using namespace oceanbase::common::serialization;

View File

@ -13,6 +13,7 @@
#include "rpc/obmysql/ob_easy_sql_request_operator.h" #include "rpc/obmysql/ob_easy_sql_request_operator.h"
#include "rpc/ob_request.h" #include "rpc/ob_request.h"
#include "rpc/obrpc/ob_rpc_opts.h" #include "rpc/obrpc/ob_rpc_opts.h"
#include "lib/utility/utility.h"
namespace oceanbase namespace oceanbase
{ {

View File

@ -17,6 +17,7 @@
#include "lib/compress/ob_compressor_pool.h" #include "lib/compress/ob_compressor_pool.h"
#include "rpc/obrpc/ob_rpc_packet.h" #include "rpc/obrpc/ob_rpc_packet.h"
#include "rpc/obrpc/ob_rpc_compress_struct.h" #include "rpc/obrpc/ob_rpc_compress_struct.h"
#include "lib/utility/utility.h"
using namespace oceanbase::common; using namespace oceanbase::common;
namespace oceanbase namespace oceanbase

View File

@ -16,6 +16,7 @@
#define OCEANBASE_LIBOBCDC_SERVER_ENDPOINT_ACCESS_INFO_H__ #define OCEANBASE_LIBOBCDC_SERVER_ENDPOINT_ACCESS_INFO_H__
#include "lib/net/ob_addr.h" #include "lib/net/ob_addr.h"
#include "lib/container/ob_array_serialization.h"
namespace oceanbase namespace oceanbase
{ {

View File

@ -47,7 +47,7 @@
#include "share/ob_lob_access_utils.h" #include "share/ob_lob_access_utils.h"
#include "sql/monitor/flt/ob_flt_utils.h" #include "sql/monitor/flt/ob_flt_utils.h"
#include "sql/session/ob_sess_info_verify.h" #include "sql/session/ob_sess_info_verify.h"
#include "sql/engine/expr/ob_expr_xml_func_helper.h"
namespace oceanbase namespace oceanbase
{ {
using namespace share; using namespace share;

View File

@ -72,7 +72,7 @@ public:
bool &async_resp_used, bool &async_resp_used,
ObPsStmtId &inner_stmt_id); ObPsStmtId &inner_stmt_id);
int response_query_header(sql::ObSQLSessionInfo &session, int response_query_header(sql::ObSQLSessionInfo &session,
ObResultSet &result, sql::ObResultSet &result,
bool need_flush_buffer = false); bool need_flush_buffer = false);
int response_param_query_header(sql::ObSQLSessionInfo &session, int response_param_query_header(sql::ObSQLSessionInfo &session,
const ColumnsFieldIArray *fields, const ColumnsFieldIArray *fields,

View File

@ -12,6 +12,7 @@
#define USING_LOG_PREFIX SERVER_OMT #define USING_LOG_PREFIX SERVER_OMT
#include "ob_tenant_srs_mgr.h" #include "ob_tenant_srs_mgr.h"
#include "share/ob_thread_mgr.h"
#include "lib/thread/thread_mgr.h" #include "lib/thread/thread_mgr.h"
#include "share/schema/ob_multi_version_schema_service.h" #include "share/schema/ob_multi_version_schema_service.h"
#include "share/schema/ob_schema_getter_guard.h" #include "share/schema/ob_schema_getter_guard.h"

View File

@ -5,6 +5,7 @@
#pragma once #pragma once
#include "lib/lock/ob_mutex.h" #include "lib/lock/ob_mutex.h"
#include "storage/blocksstable/ob_sstable.h"
#include "observer/table_load/ob_table_load_table_compactor.h" #include "observer/table_load/ob_table_load_table_compactor.h"
#include "share/table/ob_table_load_define.h" #include "share/table/ob_table_load_define.h"
#include "storage/direct_load/ob_direct_load_merge_ctx.h" #include "storage/direct_load/ob_direct_load_merge_ctx.h"

View File

@ -10,6 +10,7 @@
* See the Mulan PubL v2 for more details. * See the Mulan PubL v2 for more details.
*/ */
#define USING_LOG_PREFIX SQL #define USING_LOG_PREFIX SQL
#include "share/external_table/ob_external_table_file_mgr.h"
#include "share/external_table/ob_external_table_utils.h" #include "share/external_table/ob_external_table_utils.h"
#include "common/ob_range.h" #include "common/ob_range.h"

View File

@ -11,7 +11,7 @@
*/ */
#define USING_LOG_PREFIX SHARE #define USING_LOG_PREFIX SHARE
#include "lib/allocator/page_arena.h"
#include "share/ls/ob_ls_replica_filter.h" #include "share/ls/ob_ls_replica_filter.h"
#include "share/ls/ob_ls_info.h" // ObLSReplica #include "share/ls/ob_ls_info.h" // ObLSReplica
#include "share/ob_errno.h" #include "share/ob_errno.h"

View File

@ -11,12 +11,10 @@
*/ */
#define USING_LOG_PREFIX SHARE #define USING_LOG_PREFIX SHARE
#include "share/ob_inner_config_root_addr.h"
#include "lib/string/ob_sql_string.h" #include "lib/string/ob_sql_string.h"
#include "lib/mysqlclient/ob_mysql_proxy.h" #include "lib/mysqlclient/ob_mysql_proxy.h"
#include "config/ob_server_config.h" #include "config/ob_server_config.h"
#include "share/ob_inner_config_root_addr.h"
#include "observer/ob_server_struct.h" #include "observer/ob_server_struct.h"
#include "common/ob_timeout_ctx.h" #include "common/ob_timeout_ctx.h"
#include "rootserver/ob_root_utils.h" #include "rootserver/ob_root_utils.h"

View File

@ -15,6 +15,7 @@
#include "lib/net/ob_addr.h" #include "lib/net/ob_addr.h"
#include "lib/utility/utility.h" #include "lib/utility/utility.h"
#include "lib/container/ob_array_serialization.h"
#include "lib/container/ob_iarray.h" #include "lib/container/ob_iarray.h"
#include "share/ob_cluster_role.h" // ObClusterRole #include "share/ob_cluster_role.h" // ObClusterRole
#include "common/ob_role.h" //ObRole #include "common/ob_role.h" //ObRole

View File

@ -12,6 +12,7 @@
#define USING_LOG_PREFIX SHARE #define USING_LOG_PREFIX SHARE
#include "share/ob_tablet_autoincrement_param.h" #include "share/ob_tablet_autoincrement_param.h"
#include "share/schema/ob_table_param.h"
namespace oceanbase namespace oceanbase
{ {

View File

@ -17,6 +17,7 @@
#include <lib/ob_define.h> #include <lib/ob_define.h>
#include <lib/net/ob_addr.h> #include <lib/net/ob_addr.h>
#include "lib/atomic/ob_atomic.h" #include "lib/atomic/ob_atomic.h"
#include "lib/container/ob_array_serialization.h"
namespace oceanbase { namespace oceanbase {

View File

@ -16,6 +16,7 @@
#include "share/diagnosis/ob_sql_plan_monitor_node_list.h" #include "share/diagnosis/ob_sql_plan_monitor_node_list.h"
#include "lib/container/ob_array.h" #include "lib/container/ob_array.h"
#include "lib/container/ob_iarray.h" #include "lib/container/ob_iarray.h"
#include "lib/container/ob_array_serialization.h"
namespace oceanbase namespace oceanbase
{ {
namespace sql namespace sql

View File

@ -17,6 +17,7 @@
#include "lib/oblog/ob_log_module.h" #include "lib/oblog/ob_log_module.h"
#include "lib/utility/ob_print_utils.h" #include "lib/utility/ob_print_utils.h"
#include "lib/net/ob_addr.h" #include "lib/net/ob_addr.h"
#include "lib/container/ob_se_array.h"
namespace oceanbase namespace oceanbase
{ {

View File

@ -41,6 +41,7 @@
#include "pl/ob_pl_stmt.h" #include "pl/ob_pl_stmt.h"
#include "pl/ob_pl_resolver.h" #include "pl/ob_pl_resolver.h"
#include "sql/privilege_check/ob_ora_priv_check.h" #include "sql/privilege_check/ob_ora_priv_check.h"
#include "sql/resolver/dml/ob_insert_all_stmt.h"
using namespace oceanbase::common; using namespace oceanbase::common;
using namespace oceanbase::share; using namespace oceanbase::share;

View File

@ -4,6 +4,7 @@
#pragma once #pragma once
#include "storage/blocksstable/ob_sstable.h"
#include "share/table/ob_table_load_define.h" #include "share/table/ob_table_load_define.h"
#include "sql/resolver/cmd/ob_load_data_stmt.h" #include "sql/resolver/cmd/ob_load_data_stmt.h"
#include "storage/direct_load/ob_direct_load_dml_row_handler.h" #include "storage/direct_load/ob_direct_load_dml_row_handler.h"

View File

@ -4,6 +4,7 @@
#pragma once #pragma once
#include "storage/blocksstable/ob_sstable.h"
#include "storage/direct_load/ob_direct_load_merge_ctx.h" #include "storage/direct_load/ob_direct_load_merge_ctx.h"
namespace oceanbase namespace oceanbase