~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 22:02:32 UTC
  • mfrom: (1864.3.17 catalogs)
  • Revision ID: brian@tangent.org-20101022220232-p4l1i9a3ud5asw0d
Merge in Brian. key creation should be improved after this (ie for share)

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)