~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_udf.cc

  • Committer: Brian Aker
  • Date: 2008-12-06 23:57:32 UTC
  • mfrom: (656.1.10 devel)
  • Revision ID: brian@tangent.org-20081206235732-jx228bczpvmxu8ww
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
}
109
109
 
110
110
int finalize_udf(st_plugin_int *plugin)
111
 
 
111
{
112
112
  udf_func *udff = (udf_func *)plugin->data;
113
113
 
114
114
  /* TODO: Issue warning on failure */