~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.h

  • 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:
36
36
};
37
37
 
38
38
void udf_init(void),udf_free(void);
39
 
udf_func *find_udf(const char *name, uint len=0);
 
39
udf_func *find_udf(const char *name, uint32_t len=0);
40
40
void free_udf(udf_func *udf);
41
41
int mysql_create_function(THD *thd,udf_func *udf);