~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.h

  • Committer: Monty Taylor
  • Date: 2009-05-28 07:42:18 UTC
  • mfrom: (1008.5.7 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 1041.
  • Revision ID: mordred@inaugust.com-20090528074218-ebu9xa3anf7ha1ls
Merged lee from lp:~kalebral/drizzle/drizzle-clean-code

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