~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: brian
  • Date: 2009-11-11 19:42:27 UTC
  • mfrom: (1211 staging)
  • mto: (1211.1.4 staging)
  • mto: This revision was merged to the branch mainline in revision 1212.
  • Revision ID: brian@orisndriz04-20091111194227-mky4am3ym0dlosaa
Update for Cursor renaming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  void destroy_record_buffer(archive_record_buffer *r);
91
91
 
92
92
public:
93
 
  ha_archive(drizzled::plugin::StorageEngine *engine, TableShare *table_arg);
 
93
  ha_archive(drizzled::plugin::StorageEngine &engine, TableShare &table_arg);
94
94
  ~ha_archive()
95
 
  {
96
 
  }
 
95
  { }
97
96
 
98
97
  const char *index_type(uint32_t)
99
98
  { return "NONE"; }