~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/opt_range.h

  • Committer: Brian Aker
  • Date: 2008-11-03 21:00:47 UTC
  • mfrom: (520.9.5 devel)
  • Revision ID: brian@tangent.org-20081103210047-wfkeyyefrfl2vh4l
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
      0     Ok
215
215
      other Error
216
216
  */
217
 
  virtual int init_ror_merged_scan(bool reuse_handler __attribute__((unused)))
 
217
  virtual int init_ror_merged_scan(bool)
218
218
  { assert(0); return 1; }
219
219
 
220
220
  /*
236
236
    This function is implemented only by quick selects that merge other quick
237
237
    selects output and/or can produce output suitable for merging.
238
238
  */
239
 
  virtual void add_info_string(String *str __attribute__((unused))) {};
 
239
  virtual void add_info_string(String *) {};
240
240
  /*
241
241
    Return 1 if any index used by this quick select
242
242
    uses field which is marked in passed bitmap.