~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.h

  • Committer: Brian Aker
  • Date: 2009-02-17 00:40:38 UTC
  • mfrom: (873.2.30 devel)
  • Revision ID: brian@tangent.org-20090217004038-ivu0noxx1958wwls
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 
112
112
/**
113
113
  Find the native function builder associated with a given function name.
114
 
  @param session The current thread
115
114
  @param name The native function name
116
115
  @return The native function builder associated with the name, or NULL
117
116
*/
118
 
extern Create_func * find_native_function_builder(Session *session, LEX_STRING name);
 
117
extern Create_func * find_native_function_builder(LEX_STRING name);
119
118
 
120
119
 
121
120
/**