~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  bool res= false;
40
40
  bool link_to_local= false;
41
41
  bool lex_identified_temp_table= 
42
 
    create_table_proto.type() == drizzled::message::Table::TEMPORARY;
 
42
    create_table_proto.type() == message::Table::TEMPORARY;
43
43
 
44
44
  if (is_engine_set)
45
45
  {