MySQL 8.0.40
Source Code Documentation
|
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 * > > |
Supplementary code to performance schema stage instrumentation.
Created Nov 12, 2014 Vasil Dimov
using Alter_stages = std::vector<Alter_stage *, ut::allocator<Alter_stage *> > |