~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/completion_hash.cc

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include "client_priv.h"
24
24
#include <mystrings/m_string.h>
25
 
#undef SAFEMALLOC                               // Speed things up
26
25
#include "completion_hash.h"
27
26
 
28
27
uint hashpjw(const char *arKey, uint nKeyLength)