~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/item_create.cc

Bunch of warning cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3313
3313
}
3314
3314
 
3315
3315
Create_func *
3316
 
find_native_function_builder(THD *thd, LEX_STRING name)
 
3316
find_native_function_builder(THD *thd __attribute__((__unused__)),
 
3317
                             LEX_STRING name)
3317
3318
{
3318
3319
  Native_func_registry *func;
3319
3320
  Create_func *builder= NULL;