~jaypipes/drizzle/item-class-file-reorg

« back to all changes in this revision

Viewing changes to server/opt_range.h

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

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