~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_table_status.h

  • Committer: Brian Aker
  • Date: 2010-10-27 20:29:24 UTC
  • mfrom: (1883 staging)
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: brian@tangent.org-20101027202924-7o9s4nhvqgj9oskq
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_SHOW_DICTIONARY_SHOW_TABLE_STATUS_H
22
22
#define PLUGIN_SHOW_DICTIONARY_SHOW_TABLE_STATUS_H
23
23
 
24
 
class ShowTableStatus : public  drizzled::plugin::TableFunction
 
24
class ShowTableStatus : public  show_dictionary::Show
25
25
{
26
26
public:
27
27
  ShowTableStatus();
28
28
 
29
 
  class Generator : public drizzled::plugin::TableFunction::Generator 
 
29
  class Generator : public show_dictionary::Show::Generator 
30
30
  {
31
31
    bool is_primed;
32
32
    drizzled::Table *table;