~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/blackhole/ha_blackhole.h

  • Committer: Brian Aker
  • Date: 2009-04-29 01:45:36 UTC
  • mfrom: (1000.1.6 merge)
  • Revision ID: brian@gaz-20090429014536-pwu5m8ug6n8fvh68
Merge refactoring (mainly around TABLE_SHARE... one step forward...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  st_blackhole_share *share;
46
46
 
47
47
public:
48
 
  ha_blackhole(StorageEngine *engine, TABLE_SHARE *table_arg);
 
48
  ha_blackhole(StorageEngine *engine, TableShare *table_arg);
49
49
  ~ha_blackhole()
50
50
  {
51
51
  }