~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/create.cc

  • Committer: Brian Aker
  • Date: 2009-01-23 06:19:11 UTC
  • mfrom: (779.1.29 devel)
  • mto: (779.3.3 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: brian@tangent.org-20090123061911-59es83nxzlyvh5fi
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
3111
3111
}
3112
3112
 
3113
3113
Create_func *
3114
 
find_native_function_builder(Session *session __attribute__((unused)),
 
3114
find_native_function_builder(Session *,
3115
3115
                             LEX_STRING name)
3116
3116
{
3117
3117
  Native_func_registry *func;