~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/completion_hash.cc

Cleanup around SAFEMALLOC

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)