[FEAT MERGE] materialized view

This commit is contained in:
obdev
2024-02-07 20:31:13 +00:00
committed by ob-robot
parent 39fae3b529
commit c2511b580f
257 changed files with 35698 additions and 4335 deletions

View File

@ -319,7 +319,7 @@ void TestResolver::do_join_order_test()
const ObTableSchema *table_schema = NULL;
OK(schema_guard_.get_table_schema(ref_id, table_schema));
ObSEArray<ObAuxTableMetaInfo, 16> simple_index_infos;
int ret = table_schema->get_simple_index_infos(simple_index_infos, false/*with mv*/);
int ret = table_schema->get_simple_index_infos(simple_index_infos);
ASSERT_EQ(ret, OB_SUCCESS);
of_tmp << "table [" << table_schema->get_table_name() << "]" << std::endl;
for (int i = 0; i <= simple_index_infos.count(); ++i) {