MySQL 9.0.0
Source Code Documentation
ut0stage.h File Reference

Supplementary code to performance schema stage instrumentation. More...

#include <math.h>
#include <algorithm>
#include "dict0mem.h"
#include "mysql/psi/mysql_stage.h"
#include "row0log.h"
#include "srv0srv.h"

Go to the source code of this file.

Classes

class  Alter_stage
 Class used to report ALTER TABLE progress via performance_schema. More...
 
class  Alter_stage_ts
 class to monitor the progress of 'ALTER TABLESPACE ENCRYPTION' in terms of number of pages operated upon. More...
 

Typedefs

using Alter_stages = std::vector< Alter_stage *, ut::allocator< Alter_stage * > >
 

Detailed Description

Supplementary code to performance schema stage instrumentation.

Created Nov 12, 2014 Vasil Dimov

Typedef Documentation

◆ Alter_stages

using Alter_stages = std::vector<Alter_stage *, ut::allocator<Alter_stage *> >