~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:33:57 UTC
  • mfrom: (511.2.2 more-warnings)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063357-vz18dqzdxh2l4nni
Merged in more warnings again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
327
327
    if (report & REPORT_TO_USER)
328
328
      my_error(ER_UDF_NO_PATHS, MYF(0));
329
329
    if (report & REPORT_TO_LOG)
330
 
      sql_print_error(ER(ER_UDF_NO_PATHS));
 
330
      sql_print_error("%s",ER(ER_UDF_NO_PATHS));
331
331
    return(0);
332
332
  }
333
333
  /* If this dll is already loaded just increase ref_count. */