~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Jay Pipes
  • Date: 2009-08-19 21:45:49 UTC
  • mfrom: (1118 staging)
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: jpipes@serialcoder-20090819214549-707ixisg44uwhu5r
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
  int read_data_header(azio_stream *file_to_read);
137
137
  void position(const unsigned char *record);
138
138
  int info(uint);
139
 
  void update_create_info(HA_CREATE_INFO *create_info);
140
139
  int optimize(Session* session, HA_CHECK_OPT* check_opt);
141
140
  int repair(Session* session, HA_CHECK_OPT* check_opt);
142
141
  void start_bulk_insert(ha_rows rows);