~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.cc

  • Committer: Brian Aker
  • Date: 2011-01-25 07:24:41 UTC
  • mfrom: (2104.3.14 alter-table)
  • Revision ID: brian@tangent.org-20110125072441-gf9f14lkxjhvvku9
MergeĀ inĀ alter/parser

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  link_to_local(false),
45
45
  create_table_list(NULL)
46
46
{
 
47
  getSession()->getLex()->sql_command= SQLCOM_CREATE_TABLE;
47
48
  createTableMessage().set_name(ident->table.str, ident->table.length);
48
49
#if 0
49
50
  createTableMessage().set_schema(ident->db.str, ident->db.length);
70
71
  link_to_local(false),
71
72
  create_table_list(NULL)
72
73
{
 
74
  getSession()->getLex()->sql_command= SQLCOM_CREATE_TABLE;
73
75
}
74
76
 
75
77
} // namespace statement