~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/ptr_cmp.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  The bytes are compare as unsigned chars.
20
20
  */
21
21
 
22
 
#include "mysys/mysys_priv.h"
 
22
#include "drizzled/internal/mysys_priv.h"
23
23
 
24
24
#include <assert.h>
25
25