~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/ha_archive.h

  • Committer: Brian Aker
  • Date: 2010-10-22 14:29:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1872.
  • Revision ID: brian@tangent.org-20101022142931-uhy43hb33rasy0fg
Usage of find_temporary_table() to identifier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
public:
81
81
  ha_archive(drizzled::plugin::StorageEngine &engine_arg,
82
 
             drizzled::Table &table_arg);
 
82
             drizzled::TableShare &table_arg);
83
83
  ~ha_archive()
84
84
  { }
85
85