409
409
session->make_lex_string(&db, "data_dictionary", sizeof("data_dictionary"), false);
410
410
session->make_lex_string(&table, schema_table_name, false);
412
if (! sel->add_table_to_list(session, new Table_ident(db, table),
412
if (not sel->add_table_to_list(session, new Table_ident(db, table), NULL, table_options, TL_READ))