~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_table.h

  • Committer: Brian Aker
  • Date: 2009-09-22 23:50:38 UTC
  • mto: This revision was merged to the branch mainline in revision 1135.
  • Revision ID: brian@gaz-20090922235038-qvval31jbygum3nb
Remove KEY_CREATE_INFO from global lex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  drizzled::message::Table create_table_proto;
45
45
  HA_CREATE_INFO create_info;
46
46
  AlterInfo alter_info;
 
47
  KEY_CREATE_INFO key_create_info;
47
48
};
48
49
 
49
50
} /* end namespace statement */