~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/mem/mem0dbg.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-10 09:27:50 UTC
  • mto: (2430.1.6 rf)
  • mto: This revision was merged to the branch mainline in revision 2436.
  • Revision ID: olafvdspek@gmail.com-20111010092750-ryxgmn7zj5yvxfkf
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
mem_field_erase(
249
249
/*============*/
250
250
        byte*   buf,    /*!< in: memory field */
251
 
        ulint   n __attribute__((unused)))
 
251
        ulint   /*n __attribute__((unused))*/)
252
252
                        /*!< in: how many bytes the user requested */
253
253
{
254
254
        byte*   usr_buf;
449
449
mem_heap_validate_or_print(
450
450
/*=======================*/
451
451
        mem_heap_t*     heap,   /*!< in: memory heap */
452
 
        byte*           top __attribute__((unused)),
 
452
        byte*           /*top __attribute__((unused))*/,
453
453
                                /*!< in: calculate and validate only until
454
454
                                this top pointer in the heap is reached,
455
455
                                if this pointer is NULL, ignored */