fix information_schema.column bug

This commit is contained in:
wjhh2008
2023-05-31 13:17:29 +00:00
committed by ob-robot
parent 8b27c2ed42
commit cd29af5035

View File

@ -221,6 +221,7 @@ int ObInfoSchemaColumnsTable::iterate_table_schema_array(const bool is_filter_ta
bool is_normal_view = table_schema->is_view_table()&& !table_schema->is_materialized_view(); bool is_normal_view = table_schema->is_view_table()&& !table_schema->is_materialized_view();
// 不显示索引表 // 不显示索引表
if (table_schema->is_aux_table() if (table_schema->is_aux_table()
|| table_schema->is_tmp_table()
|| table_schema->is_in_recyclebin() || table_schema->is_in_recyclebin()
|| is_ora_sys_view_table(table_schema->get_table_id())) { || is_ora_sys_view_table(table_schema->get_table_id())) {
continue; continue;