~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_qsort.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-13 15:57:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110813155732-jrr1aq3gyeyxl9qv
Move flush() into iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <drizzled/internal/my_sys.h>
26
26
#include <drizzled/internal/m_string.h>
27
27
 
28
 
namespace drizzled
29
 
{
30
 
namespace internal
31
 
{
 
28
namespace drizzled {
 
29
namespace internal {
32
30
 
33
31
/* We need to use qsort with 2 different compare functions */
34
32
#ifdef QSORT_EXTRA_CMP_ARGUMENT