~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/filesort.cc

  • Committer: Brian Aker
  • Date: 2008-07-05 17:02:05 UTC
  • Revision ID: brian@tangent.org-20080705170205-ezff9is4e7hpa3x2
Conversion of handler type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
*/
23
23
 
24
24
#include "mysql_priv.h"
25
 
#ifdef HAVE_STDDEF_H
26
 
#include <stddef.h>                     /* for macro offsetof */
27
 
#endif
28
25
#include <m_ctype.h>
29
26
#include "sql_sort.h"
30
27