MySQL 9.0.0
Source Code Documentation
fsp0file.h File Reference

Tablespace data file implementation. More...

#include <vector>
#include "fil0fil.h"
#include "ha_prototypes.h"
#include "mem0mem.h"
#include "os0file.h"

Go to the source code of this file.

Classes

class  Datafile
 Data file control information. More...
 

Enumerations

enum  device_t { SRV_NOT_RAW = 0 , SRV_NEW_RAW , SRV_OLD_RAW }
 Types of raw partitions in innodb_data_file_path. More...
 

Detailed Description

Tablespace data file implementation.

Created 2013-7-26 by Kevin Lewis

Enumeration Type Documentation

◆ device_t

enum device_t

Types of raw partitions in innodb_data_file_path.

Enumerator
SRV_NOT_RAW 

Not a raw partition.

SRV_NEW_RAW 

A 'newraw' partition, only to be initialized.

SRV_OLD_RAW 

An initialized raw partition.