~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/key_map.cc

  • Committer: Monty Taylor
  • Date: 2010-02-11 01:35:55 UTC
  • mfrom: (1289 staging)
  • mto: This revision was merged to the branch mainline in revision 1293.
  • Revision ID: mordred@inaugust.com-20100211013555-f9okqsgi91mwm4xu
Merged up with trunk.

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 */