~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 13:53:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805135337-lztw7l70lfro7ttn
Update .yy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1694
1694
 
1695
1695
    info.end_read_record();
1696
1696
    from->free_io_cache();
1697
 
    delete [] copy;
 
1697
    delete[] copy;
1698
1698
 
1699
1699
    if (to->cursor->ha_end_bulk_insert() && error <= 0)
1700
1700
    {