~capttofu/drizzle/clientsplit

« back to all changes in this revision

Viewing changes to server/item_create.h

  • Committer: Patrick Galbraith
  • Date: 2008-07-22 01:04:17 UTC
  • mfrom: (77.1.143 clientsplit)
  • Revision ID: patg@ishvara-20080722010417-g5x7tm65e3ci36sb
Resolved conflicts.... seems monty had also converted the programs in client

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);