~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/opt_range.h

Heap builds clean.
Moved my_handler.c back to mysys - I missed that heap also uses it.

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)
 
215
  virtual int init_ror_merged_scan(bool reuse_handler __attribute__((__unused__)))
216
216
  { DBUG_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) {};
 
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.