~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.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:
44
44
  st_blackhole_share *share;
45
45
 
46
46
public:
47
 
  ha_blackhole(drizzled::plugin::StorageEngine *engine, TableShare *table_arg);
 
47
  ha_blackhole(drizzled::plugin::StorageEngine &engine, TableShare &table_arg);
48
48
  ~ha_blackhole()
49
49
  {}
50
50