~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.h

  • Committer: Eric Herman
  • Date: 2008-12-07 15:29:44 UTC
  • mto: (656.1.14 devel)
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: eric@mysql.com-20081207152944-cq1nx1cyi0huqj0f
Added pointer to online version of the FAQ

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(StorageEngine *engine, TABLE_SHARE *table_arg);
 
83
  ha_archive(handlerton *hton, TABLE_SHARE *table_arg);
84
84
  ~ha_archive()
85
85
  {
86
86
  }