MySQL 8.0.37
Source Code Documentation
buf0stats.h File Reference

Buffer pool stats. More...

#include "univ.i"
#include "dict0types.h"
#include "fsp0sysspace.h"
#include "ibuf0ibuf.h"
#include "ut0lock_free_hash.h"
#include "ut0new.h"

Go to the source code of this file.

Classes

class  buf_stat_per_index_t
 Per index buffer pool statistics - contains how many pages for each index are cached in the buffer pool(s). More...
 

Variables

buf_stat_per_index_tbuf_stat_per_index
 Container for how many pages from each index are contained in the buffer pool(s). More...
 

Detailed Description

Buffer pool stats.

Created May 22, 2015 Vasil Dimov

Variable Documentation

◆ buf_stat_per_index

buf_stat_per_index_t* buf_stat_per_index
extern

Container for how many pages from each index are contained in the buffer pool(s).