~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/ptr_cmp.cc

  • Committer: Brian Aker
  • Date: 2011-02-22 04:19:44 UTC
  • mto: (2192.1.1 drizzle-staging)
  • mto: This revision was merged to the branch mainline in revision 2193.
  • Revision ID: brian@tangent.org-20110222041944-furz1h252ecz7mpd
Merge in modifications such that we check both schema and table for
replication option.

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 "config.h"
23
 
#include "drizzled/internal/my_sys.h"
 
22
#include <config.h>
 
23
#include <drizzled/internal/my_sys.h>
24
24
 
25
25
#include <assert.h>
26
26
 
27
 
#include "plugin/myisam/myisampack.h"
 
27
#include <plugin/myisam/myisampack.h>
28
28
 
29
29
namespace drizzled
30
30
{
54
54
 
55
55
 
56
56
        /*
57
 
          Compare to keys to see witch is smaller.
 
57
          Compare two keys to see which is smaller.
58
58
          Loop unrolled to make it quick !!
59
59
        */
60
60