~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

Merging Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
/* The file extension */
96
96
#define ARZ ".ARZ"               // The data file
97
97
#define ARN ".ARN"               // Files used during an optimize call
98
 
#define ARM ".ARM"               // Meta file (deprecated)
99
98
 
100
 
/*
101
 
  unsigned char + unsigned char
102
 
*/
103
 
#define DATA_BUFFER_SIZE 2       // Size of the data used in the data file
104
 
#define ARCHIVE_CHECK_HEADER 254 // The number we use to determine corruption
105
99
 
106
100
/* Static declarations for handerton */
107
101
static handler *archive_create_handler(handlerton *hton,