[FEAT MERGE] materialized view
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user