~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.h

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Function_builder *find_udf(const char *name, uint32_t len=0);
33
33
void free_udf(Function_builder *udf);
34
34
int mysql_create_function(Session *session,Function_builder *udf);
 
35
void add_udf(Function_builder *udf);
 
36
void remove_udf(Function_builder *udf);
35
37
 
36
38
#endif /* DRIZZLED_SQL_UDF_H */