~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.cc

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
static HASH udf_hash;
25
25
 
26
26
extern "C" unsigned char* get_hash_key(const unsigned char *buff, size_t *length,
27
 
                               bool not_used __attribute__((unused)))
 
27
                               bool )
28
28
{
29
29
  udf_func *udf= (udf_func*) buff;
30
30
  *length= (uint) udf->name.length;