~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/ptr_cmp.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:
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);