Drizzled Public API Documentation

os_file_stat_struct Struct Reference

List of all members.

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 361 of file os0file.h.


Member Data Documentation

access time

Definition at line 367 of file os0file.h.

Referenced by os_file_get_status().

creation time

Definition at line 365 of file os0file.h.

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

modification time

Definition at line 366 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 362 of file os0file.h.

Referenced by fil_load_single_table_tablespaces(), and os_file_readdir_next_file().

file size

Definition at line 364 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 363 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: