~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-25 00:28:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2031.
  • Revision ID: brian@tangent.org-20101225002849-g73mg6ihulajis0o
First pass in refactoring of the name of my_decimal.

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