~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.cc

  • Committer: Brian Aker
  • Date: 2008-08-19 21:53:32 UTC
  • Revision ID: brian@tangent.org-20080819215332-yoofgyn48ydie0ds
Refactor of Table methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6625
6625
    goto err;
6626
6626
  quick->records= records;
6627
6627
 
6628
 
  if ((cp_buffer_from_ref(thd, table, ref) && thd->is_fatal_error) ||
 
6628
  if ((cp_buffer_from_ref(thd, ref) && thd->is_fatal_error) ||
6629
6629
      !(range= new(alloc) QUICK_RANGE()))
6630
6630
    goto err;                                   // out of memory
6631
6631