~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/uniques.cc

  • Committer: Brian Aker
  • Date: 2008-11-03 03:49:00 UTC
  • mfrom: (520.4.50 devel)
  • Revision ID: brian@tangent.org-20081103034900-znhvcgtipr3tlel5
Merging in Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
*/
32
32
 
33
33
#include <drizzled/server_includes.h>
34
 
#include "sql_sort.h"
 
34
#include <drizzled/sql_sort.h>
 
35
#include CMATH_H
 
36
 
 
37
#if defined(CMATH_NAMESPACE)
 
38
using namespace CMATH_NAMESPACE;
 
39
#endif
35
40
 
36
41
 
37
42
int unique_write_to_file(unsigned char* key,