~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/filesort.cc

  • Committer: Brian Aker
  • Date: 2008-07-02 21:31:48 UTC
  • mfrom: (28.1.41 libtool-patch)
  • Revision ID: brian@tangent.org-20080702213148-pc4f4hjt5c9qvp00
Merge from Monty Taylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <m_ctype.h>
29
29
#include "sql_sort.h"
30
30
 
31
 
#ifndef THREAD
32
 
#define SKIP_DBUG_IN_FILESORT
33
 
#endif
34
 
 
35
31
/// How to write record_ref.
36
32
#define WRITE_REF(file,from) \
37
33
if (my_b_write((file),(uchar*) (from),param->ref_length)) \