~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  THR_LOCK lock;
54
54
  bool update_file_opened;
55
55
  bool tina_write_opened;
56
 
  File meta_file;           /* Meta file we use */
57
 
  File tina_write_filedes;  /* File Cursor for readers */
 
56
  int meta_file;           /* Meta file we use */
 
57
  int tina_write_filedes;  /* File Cursor for readers */
58
58
  bool crashed;             /* Meta file is crashed */
59
59
  ha_rows rows_recorded;    /* Number of rows in tables */
60
60
  uint32_t data_file_version;   /* Version of the data file used */
75
75
  off_t temp_file_length;
76
76
  unsigned char byte_buffer[IO_SIZE];
77
77
  Transparent_file *file_buff;
78
 
  File data_file;                   /* File Cursor for readers */
79
 
  File update_temp_file;
 
78
  int data_file;                   /* File Cursor for readers */
 
79
  int update_temp_file;
80
80
  String buffer;
81
81
  /*
82
82
    The chain contains "holes" in the file, occured because of