~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (c) 1994, 2010, Innobase Oy. All Rights Reserved.
 
3
Copyright (C) 1994, 2010, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
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 */