patch some bugfixs into opensource

This commit is contained in:
lck0
2021-07-26 11:30:14 +08:00
committed by wangzelin.wzl
parent 821da37d63
commit f2b3572e34
11 changed files with 68 additions and 43 deletions

View File

@ -188,6 +188,7 @@ public:
stmt::StmtType get_inner_stmt_type() const;
stmt::StmtType get_literal_stmt_type() const;
int64_t get_query_string_id() const;
static void refresh_location_cache(ObTaskExecutorCtx &task_exec_ctx, bool is_nonblock, int err);
int refresh_location_cache(bool is_nonblock);
int check_and_nonblock_refresh_location_cache();
bool need_execute_remote_sql_async() const