~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key_map.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include <drizzled/key_map.h>
23
23
 
 
24
namespace drizzled
 
25
{
 
26
 
24
27
bool is_keymap_prefix(const key_map& map, const uint32_t prefix_size)
25
28
{
26
29
  size_t pos= 0;
68
71
  map1&= map2.flip();
69
72
  map2.flip();
70
73
}
 
74
 
 
75
} /* namespace drizzled */