~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/ptr_cmp.cc

  • Committer: Mark Atwood
  • Date: 2011-08-17 19:14:47 UTC
  • mfrom: (2385.3.17 rf)
  • Revision ID: me@mark.atwood.name-20110817191447-h86yzddvycd0xmof
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <plugin/myisam/myisampack.h>
28
28
 
29
 
namespace drizzled
30
 
{
31
 
namespace internal
32
 
{
 
29
namespace drizzled {
 
30
namespace internal {
33
31
 
34
32
static int ptr_compare(size_t *compare_length, unsigned char **a, unsigned char **b);
35
33
static int ptr_compare_0(size_t *compare_length, unsigned char **a, unsigned char **b);