~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_udf.h

  • Committer: Brian Aker
  • Date: 2008-07-13 01:28:21 UTC
  • Revision ID: brian@tangent.org-20080713012821-rzjl550us0n27aoi
Code cleanup. Mainly dead stuff :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
 
134
134
void udf_init(void),udf_free(void);
135
 
udf_func *find_udf(const char *name, uint len=0,bool mark_used=0);
 
135
udf_func *find_udf(const char *name, uint len=0);
136
136
void free_udf(udf_func *udf);
137
137
int mysql_create_function(THD *thd,udf_func *udf);