~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/drop_index.cc

  • Committer: Brian Aker
  • Date: 2009-09-16 21:55:09 UTC
  • mfrom: (1126.3.5 alter_table)
  • mto: This revision was merged to the branch mainline in revision 1128.
  • Revision ID: brian@gaz-20090916215509-cuq5yuvlnx2b45b3
Merge Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
   */
40
40
  /* Prepare stack copies to be re-execution safe */
41
41
  HA_CREATE_INFO create_info;
42
 
  Alter_info alter_info(session->lex->alter_info, session->mem_root);
 
42
  AlterInfo alter_info(session->lex->alter_info, session->mem_root);
43
43
 
44
44
  if (session->is_fatal_error) /* out of memory creating a copy of alter_info */
45
45
  {