fix case failed cause by information_schema enhance

This commit is contained in:
obdev
2023-02-07 11:52:26 +08:00
committed by ob-robot
parent e9b85c65a0
commit de327e58f9
14 changed files with 119 additions and 40 deletions

View File

@ -566,7 +566,9 @@ public:
static void adjust_time_by_ntp_offset(int64_t &dst_timeout_ts);
static int async_recompile_view(const share::schema::ObTableSchema &old_view_schema,
ObSelectStmt *select_stmt,
bool reset_column_infos);
bool reset_column_infos,
common::ObIAllocator &alloc,
sql::ObSQLSessionInfo &session_info);
static int find_synonym_ref_obj(const ObString &database_name,
const ObString &object_name,
const uint64_t tenant_id,