~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-03-29 12:04:36 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110329120436-vozkuer8vqgh027p
Always call assert()

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 */