~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_record.cc

  • Committer: Monty Taylor
  • Date: 2008-11-04 13:22:55 UTC
  • mto: (575.1.7 fix-headers)
  • mto: This revision was merged to the branch mainline in revision 577.
  • Revision ID: monty@inaugust.com-20081104132255-l9dhglk4ix6vd3u7
Changed a bunch of __attribute__((unused)) to removing the parameter name instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
  @retval 0                       Success
316
316
  @retval ER_NO_DEFAULT_FOR_FIELD Default value could not be set for a field
317
317
*/
318
 
int prepare_record(Table *const table,
319
 
                   const MY_BITMAP *cols,
320
 
                   uint32_t width __attribute__((unused)),
321
 
                   const bool check)
 
318
int prepare_record(Table *const table, const MY_BITMAP *cols,
 
319
                   uint32_t, const bool check)
322
320
{
323
321
 
324
322
  int error= 0;