~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.h

Merged in plugin-registration.  handlerton now == StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  void destroy_record_buffer(archive_record_buffer *r);
81
81
 
82
82
public:
83
 
  ha_archive(handlerton *hton, TABLE_SHARE *table_arg);
 
83
  ha_archive(StorageEngine *engine, TABLE_SHARE *table_arg);
84
84
  ~ha_archive()
85
85
  {
86
86
  }