~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_index.cc

  • Committer: Brian Aker
  • Date: 2009-09-22 16:51:28 UTC
  • mto: This revision was merged to the branch mainline in revision 1135.
  • Revision ID: brian@gaz-20090922165128-ojtj01my5m4wkqic
AlterInfo refactor back to class.

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
 
  AlterInfo alter_info(session->lex->alter_info, session->mem_root);
43
 
 
44
 
  if (session->is_fatal_error) /* out of memory creating a copy of alter_info */
45
 
  {
46
 
    return true;
47
 
  }
48
42
 
49
43
  assert(first_table == all_tables && first_table != 0);
50
44
  if (! session->endActiveTransaction())