~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/buf/buf0buf.cc

  • Committer: Monty Taylor
  • Date: 2010-12-24 00:04:05 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101224000405-pbeo7g3qs2s3xr7c
A stab at C++-izing InnoDB.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4175
4175
        buf_pool_t*     buf_pool)       /*!< in: buffer pool instance */
4176
4176
{
4177
4177
        ibool           freed;
4178
 
        enum buf_flush  i;
 
4178
        int     i;
4179
4179
 
4180
4180
        buf_pool_mutex_enter(buf_pool);
4181
4181