~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_hash.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "drizzled/charset.h"
27
27
#include "drizzled/charset_info.h"
28
28
 
 
29
namespace drizzled
 
30
{
 
31
 
29
32
const uint32_t NO_RECORD= UINT32_MAX;
30
33
 
31
34
const int LOWFIND= 1;
531
534
  return 0;
532
535
}
533
536
 
 
537
} /* namespace drizzled */