MySQL 26.7.0
Source Code Documentation
ib::fil::Tablespaces_nodes_interface::Node_hints Struct Reference

#include <fil0tablespaces_nodes_interface.h>

Public Attributes

const std::string m_path
 Path and filename of the node to process. More...
 
const bool m_is_raw_disk = false
 Specifies if the m_path is a raw device or disk partition. More...
 
const bool m_check_permissions = false
 Specifies if get_node_info() should probe current access permissions. More...
 

Member Data Documentation

◆ m_check_permissions

const bool ib::fil::Tablespaces_nodes_interface::Node_hints::m_check_permissions = false

Specifies if get_node_info() should probe current access permissions.

This may open the node storage and can be sharing-sensitive on Windows.

◆ m_is_raw_disk

const bool ib::fil::Tablespaces_nodes_interface::Node_hints::m_is_raw_disk = false

Specifies if the m_path is a raw device or disk partition.

◆ m_path

const std::string ib::fil::Tablespaces_nodes_interface::Node_hints::m_path

Path and filename of the node to process.


The documentation for this struct was generated from the following file: