~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_list.cc

  • Committer: Brian Aker
  • Date: 2010-10-22 07:31:00 UTC
  • mto: This revision was merged to the branch mainline in revision 1872.
  • Revision ID: brian@tangent.org-20101022073100-w4x3h4753sz0pm82
Remove dead method

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
class Item;
35
35
class Item_field;
36
36
 
37
 
uint32_t TableList::create_table_def_key(char *key)
38
 
{
39
 
  return TableIdentifier::createKey(key, db, table_name);
40
 
}
41
 
 
42
37
bool TableList::set_insert_values(memory::Root *)
43
38
{
44
39
  if (table)