Drizzled Public API Documentation

os_file_stat_struct Struct Reference

Public Attributes

char name [OS_FILE_MAX_PATH]
 
os_file_type_t type
 
ib_int64_t size
 
time_t ctime
 
time_t mtime
 
time_t atime
 

Detailed Description

Definition at line 382 of file os0file.h.

Member Data Documentation

time_t os_file_stat_struct::atime

access time

Definition at line 388 of file os0file.h.

Referenced by os_file_get_status().

time_t os_file_stat_struct::ctime

creation time

Definition at line 386 of file os0file.h.

Referenced by ha_innobase::info(), and os_file_get_status().

time_t os_file_stat_struct::mtime

modification time

Definition at line 387 of file os0file.h.

Referenced by os_file_get_status().

char os_file_stat_struct::name[OS_FILE_MAX_PATH]

path to a file

Definition at line 383 of file os0file.h.

Referenced by fil_load_single_table_tablespaces(), and os_file_readdir_next_file().

ib_int64_t os_file_stat_struct::size

file size

Definition at line 385 of file os0file.h.

Referenced by os_file_get_status(), and os_file_readdir_next_file().

os_file_type_t os_file_stat_struct::type

file type

Definition at line 384 of file os0file.h.

Referenced by fil_load_single_table_tablespaces(), os_file_get_status(), and os_file_readdir_next_file().


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