~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Monty Taylor
  • Date: 2008-10-04 17:33:56 UTC
  • Revision ID: monty@inaugust.com-20081004173356-udagzm2uxfsbk4un
RemovedĀ x_freeĀ calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7882
7882
  select= 0;
7883
7883
  delete quick;
7884
7884
  quick= 0;
7885
 
  x_free(cache.buff);
 
7885
  if (cache.buff)
 
7886
    free(cache.buff);
7886
7887
  cache.buff= 0;
7887
7888
  limit= 0;
7888
7889
  if (table)