~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unique.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <drizzled/sql_list.h>
38
38
#include <drizzled/internal/iocache.h>
39
39
#include <drizzled/unique.h>
 
40
#include <drizzled/table.h>
40
41
 
41
42
#if defined(CMATH_NAMESPACE)
42
43
using namespace CMATH_NAMESPACE;
44
45
 
45
46
using namespace std;
46
47
 
47
 
namespace drizzled
48
 
{
 
48
namespace drizzled {
49
49
 
50
50
int unique_write_to_ptrs(unsigned char* key,
51
51
                         uint32_t, Unique *unique)