MySQL 8.3.0
Source Code Documentation
dyn0buf.h File Reference

The dynamically allocated buffer implementation. More...

#include "dyn0types.h"
#include "mem0mem.h"
#include "univ.i"
#include "ut0lst.h"

Go to the source code of this file.

Classes

class  dyn_buf_t< SIZE >
 Class that manages dynamic buffers. More...
 
class  dyn_buf_t< SIZE >::block_t
 
struct  mtr_buf_copy_t
 mtr_buf_t copier More...
 

Typedefs

typedef dyn_buf_t< DYN_ARRAY_DATA_SIZEmtr_buf_t
 

Detailed Description

The dynamically allocated buffer implementation.

Created 2013-03-16 Sunny Bains

Typedef Documentation

◆ mtr_buf_t