~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_sort.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-14 03:03:13 UTC
  • mto: (934.3.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 938.
  • Revision ID: osullivan.padraig@gmail.com-20090314030313-q37vwluiqphh1whc
Remove the function reuse_freed_buff(). It is not used anymore based on the
refactoring that I have performed. Its kinda cool to be able to remove
unused functions like that!

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                  IO_CACHE *to_file, unsigned char *sort_buffer,
96
96
                  BUFFPEK *lastbuff,BUFFPEK *Fb,
97
97
                  BUFFPEK *Tb,int flag);
98
 
void reuse_freed_buff(QUEUE *queue, BUFFPEK *reuse, uint32_t key_length);
99
98
 
100
99
#endif