409
409
We have to make non const db_name & table_name
410
410
because of lower_case_table_names
412
session.make_lex_string(&db, "data_dictionary", sizeof("data_dictionary"), false);
414
414
return not sel.add_table_to_list(&session, new Table_ident(db, table), NULL, table_options, TL_READ);