[CP] enhance GTT

This commit is contained in:
wjhh2008
2023-07-21 09:48:58 +00:00
committed by ob-robot
parent 8d7256d488
commit b3e8f8f67b
28 changed files with 454 additions and 154 deletions

View File

@ -443,6 +443,7 @@ int ObInsertResolver::resolve_insert_field(const ParseNode &insert_into, TableIt
//oracle临时表各session不会创建自己的私有对象只能在数据增加时设置标记
session_info_->set_has_temp_table_flag();
set_is_oracle_tmp_table(true);
set_oracle_tmp_table_type(table_schema->is_oracle_sess_tmp_table() ? 0 : 1);
}
}
}