~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/rpl_record.cc

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

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;