~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_create.h

  • Committer: Brian Aker
  • Date: 2008-07-18 19:59:04 UTC
  • mfrom: (177.3.3 drizzle-work)
  • Revision ID: brian@tangent.org-20080718195904-7zxlcav99bdsu1x5
Handling merge from mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
extern Create_qfunc * find_qualified_function_builder(THD *thd);
120
120
 
121
121
 
122
 
#ifdef HAVE_DLOPEN
123
122
/**
124
123
  Function builder for User Defined Functions.
125
124
*/
147
146
  /** Destructor. */
148
147
  virtual ~Create_udf_func() {}
149
148
};
150
 
#endif
151
 
 
152
149
 
153
150
Item*
154
151
create_func_char_cast(THD *thd, Item *a, int len, CHARSET_INFO *cs);