~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.h

  • Committer: Monty Taylor
  • Date: 2009-02-12 00:23:23 UTC
  • mto: This revision was merged to the branch mainline in revision 885.
  • Revision ID: mordred@inaugust.com-20090212002323-3kisq71ym9tzxxl5
Removed another HASH and another set of useless utf8 hashing.

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
/**