~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/mem0pool.h

Merge Revision revid:jimmy.yang@oracle.com-20100728102044-1l801vzl3ki14mf8 from MySQL InnoDB

Original revid:jimmy.yang@oracle.com-20100728102044-1l801vzl3ki14mf8

Original Authors: Jimmy Yang <jimmy.yang@oracle.com>
Original commit message:
Fix bug #55581 by backporting fix of #52546 from mysql-trunk-innodb
to mysql-5.1-innodb plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
/*==================*/
101
101
        mem_pool_t*     pool);  /*!< in: memory pool */
102
102
/********************************************************************//**
103
 
Reserves the mem pool mutex. */
104
 
UNIV_INTERN
105
 
void
106
 
mem_pool_mutex_enter(void);
107
 
/*======================*/
108
 
/********************************************************************//**
109
 
Releases the mem pool mutex. */
110
 
UNIV_INTERN
111
 
void
112
 
mem_pool_mutex_exit(void);
113
 
/*=====================*/
114
 
/********************************************************************//**
115
103
Validates a memory pool.
116
104
@return TRUE if ok */
117
105
UNIV_INTERN