792
792
table::Placeholder *Session::table_cache_insert_placeholder(const drizzled::identifier::Table &arg)
797
797
Create a table entry with the right key and with an old refresh version
799
799
identifier::Table identifier(arg.getSchemaName(), arg.getTableName(), message::Table::INTERNAL);
800
800
table::Placeholder *table= new table::Placeholder(this, identifier);
802
802
return table; // return ref