~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_qsort.cc

  • Committer: Jay Pipes
  • Date: 2010-01-12 16:44:32 UTC
  • mfrom: (1263 build)
  • mto: This revision was merged to the branch mainline in revision 1270.
  • Revision ID: jpipes@serialcoder-20100112164432-jra09ki86hf2mmli
Merge trunk and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
*/
21
21
 
22
22
 
23
 
#include "mysys/mysys_priv.h"
24
 
#include <mystrings/m_string.h>
 
23
#include "drizzled/internal/mysys_priv.h"
 
24
#include "drizzled/internal/m_string.h"
25
25
/* We need to use qsort with 2 different compare functions */
26
26
#ifdef QSORT_EXTRA_CMP_ARGUMENT
27
27
#define CMP(A,B) ((*cmp)(cmp_argument,(A),(B)))