Public Member Functions |
|
int | init_archive_writer () |
|
void | close_archive_writer () |
| int | write_v1_metafile () |
| | Write version 1 meta file (5.0 compatibility routine).
|
| int | read_v1_metafile () |
| | Read version 1 meta file (5.0 compatibility routine).
|
Public Attributes |
|
mysql_mutex_t | mutex |
|
THR_LOCK | lock |
|
azio_stream | archive_write |
|
ha_rows | rows_recorded |
|
char | table_name [FN_REFLEN] |
|
char | data_file_name [FN_REFLEN] |
|
bool | in_optimize |
|
bool | archive_write_open |
|
bool | dirty |
|
bool | crashed |
Detailed Description
Definition at line 31 of file ha_archive.h.
Member Function Documentation
| int Archive_share::read_v1_metafile |
( |
| ) |
|
Read version 1 meta file (5.0 compatibility routine).
- Returns
- Completion status
- Return values
-
Definition at line 302 of file ha_archive.cc.
| int Archive_share::write_v1_metafile |
( |
| ) |
|
Write version 1 meta file (5.0 compatibility routine).
- Returns
- Completion status
- Return values
-
Definition at line 334 of file ha_archive.cc.
The documentation for this class was generated from the following files: