~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Mark Atwood
  • Date: 2011-04-29 00:19:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2297.
  • Revision ID: me@mark.atwood.name-20110429001938-ps5i74hzcic7dvr3
Merge in Fixes of Brian's IOCACHE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1605
1605
      else
1606
1606
      {
1607
1607
        FileSort filesort(*session);
1608
 
        from->sort.io_cache= new internal::IO_CACHE;
 
1608
        from->sort.io_cache= new internal::io_cache_st;
1609
1609
 
1610
1610
        tables.table= from;
1611
1611
        tables.setTableName(from->getMutableShare()->getTableName());