~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/completion_hash.cc

  • Committer: Jay Pipes
  • Date: 2008-09-11 16:09:35 UTC
  • mfrom: (383.1.25 drizzle)
  • mto: (383.5.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 386.
  • Revision ID: jay@mysql.com-20080911160935-rar1gelv9eyuen9w
MergeĀ 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)