~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Brian Aker
  • Date: 2010-11-06 05:47:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1909.
  • Revision ID: brian@tangent.org-20101106054712-jwxd8e0s0s3nm7qn
Merge in encapsulations in filesort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1512
1512
          !(sortorder= make_unireg_sortorder(order, &length, NULL)) ||
1513
1513
          (from->sort.found_records= filesort.run(from, sortorder, length,
1514
1514
                                                  (optimizer::SqlSelect *) 0, HA_POS_ERROR,
1515
 
                                                  1, &examined_rows)) == HA_POS_ERROR)
 
1515
                                                  1, examined_rows)) == HA_POS_ERROR)
1516
1516
      {
1517
1517
        goto err;
1518
1518
      }