diff options
author | unknown <brian@zim.(none)> | 2007-01-13 16:16:56 -0800 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2007-01-13 16:16:56 -0800 |
commit | 518a4e0e77bbd3be2e5d7c5c0be02318df24d933 (patch) | |
tree | 530b903d1f48c3e9a328f1ddb6c31c4ccf6a8584 /storage/archive/ha_archive.h | |
parent | 9853e1a9578e838b13b1048f7e71371262473a5c (diff) | |
download | mariadb-git-518a4e0e77bbd3be2e5d7c5c0be02318df24d933.tar.gz |
REAL_PATH was rewritten for DATA DIRECTORY (doesn't get calculated for each table open, and won't be calculted more then once now).
Windows warnings cleanup.
I am still get a weird warning about file descriptors closed multiple times.
storage/archive/ha_archive.cc:
Cleanup from Windows warnings.
REAL_PATH has been rewritten.
storage/archive/ha_archive.h:
real_path holds the full path of the non-symlinked version
Diffstat (limited to 'storage/archive/ha_archive.h')
-rw-r--r-- | storage/archive/ha_archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/archive/ha_archive.h b/storage/archive/ha_archive.h index 3825f4be1c4..43f49c25a3d 100644 --- a/storage/archive/ha_archive.h +++ b/storage/archive/ha_archive.h @@ -44,6 +44,7 @@ typedef struct st_archive_share { bool crashed; /* Meta file is crashed */ ha_rows rows_recorded; /* Number of rows in tables */ ulonglong mean_rec_length; + char real_path[FN_REFLEN]; } ARCHIVE_SHARE; /* |