~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_udf.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
static HASH udf_hash;
39
39
 
40
40
extern "C" uchar* get_hash_key(const uchar *buff, size_t *length,
41
 
                              my_bool not_used __attribute__((unused)))
 
41
                               bool not_used __attribute__((unused)))
42
42
{
43
43
  udf_func *udf= (udf_func*) buff;
44
44
  *length= (uint) udf->name.length;