MySQL 8.0.40
Source Code Documentation
|
Struct used in fetching information of a file in a directory. More...
#include <os0file.h>
Public Attributes | |
char | name [OS_FILE_MAX_PATH] |
path to a file More... | |
os_file_type_t | type |
file type More... | |
os_offset_t | size |
file size in bytes More... | |
os_offset_t | alloc_size |
Allocated size for sparse files in bytes. More... | |
uint32_t | block_size |
Block size to use for IO in bytes. More... | |
time_t | ctime |
creation time More... | |
time_t | mtime |
modification time More... | |
time_t | atime |
access time More... | |
bool | rw_perm |
true if can be opened in read-write mode. More... | |
Struct used in fetching information of a file in a directory.
os_offset_t os_file_stat_t::alloc_size |
Allocated size for sparse files in bytes.
time_t os_file_stat_t::atime |
access time
uint32_t os_file_stat_t::block_size |
Block size to use for IO in bytes.
time_t os_file_stat_t::ctime |
creation time
time_t os_file_stat_t::mtime |
modification time
char os_file_stat_t::name[OS_FILE_MAX_PATH] |
path to a file
bool os_file_stat_t::rw_perm |
true if can be opened in read-write mode.
Only valid if type == OS_FILE_TYPE_FILE
os_offset_t os_file_stat_t::size |
file size in bytes
os_file_type_t os_file_stat_t::type |
file type