fix build error for ccls build

This commit is contained in:
wenxingsen
2022-11-15 10:05:42 +00:00
committed by wangzelin.wzl
parent efbed6ee8a
commit b29a1bfe75
50 changed files with 216 additions and 462 deletions

View File

@ -27,7 +27,7 @@
#include "objit/expr/ob_op_expr.h"
#include "objit/expr/ob_column_ref_expr.h"
#include "objit/expr/ob_case_op_expr.h"
#include "objit/common/ob_expr_res_type.h"
#include "sql/engine/expr/ob_expr_res_type.h"
#include "share/schema/ob_schema_utils.h"
#include "sql/ob_sql_define.h"
#include "sql/resolver/expr/ob_expr_info_flag.h"

View File

@ -1385,7 +1385,7 @@ int ObSchemaChecker::get_routine_infos_in_udt(const uint64_t tenant_id,
int ObSchemaChecker::get_package_info(const uint64_t tenant_id,
const ObString &database_name,
const ObString &package_name,
const ObPackageType type,
const share::schema::ObPackageType type,
const int64_t compatible_mode,
const ObPackageInfo *&package_info)
{