~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

  • Committer: Stewart Smith
  • Date: 2009-05-19 07:09:04 UTC
  • mto: (991.1.9 for-brian)
  • mto: This revision was merged to the branch mainline in revision 1033.
  • Revision ID: stewart@flamingspork.com-20090519070904-46m2gfjji8r45is3
remove handler::table_type() as same information can be retrieved from handler::engine->getName()

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  ~ha_blackhole()
50
50
  {
51
51
  }
52
 
  /* The name that will be used for display purposes */
53
 
  const char *table_type() const { return "BLACKHOLE"; }
 
52
 
54
53
  /*
55
54
    The name of the index type that will be used for display
56
55
    don't implement this method unless you really have indexes