~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 18:13:47 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324181347-phblgoj913uph2hs
Rename hton to engine.

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