~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.cc

  • Committer: Brian Aker
  • Date: 2008-10-06 06:47:29 UTC
  • Revision ID: brian@tangent.org-20081006064729-2i9mhjkzyvow9xsm
RemoveĀ uint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
}
52
52
 
53
53
/* This is only called if using_udf_functions != 0 */
54
 
udf_func *find_udf(const char *name, uint length)
 
54
udf_func *find_udf(const char *name, uint32_t length)
55
55
{
56
56
  udf_func *udf;
57
57