~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_columns.h

  • Committer: Brian Aker
  • Date: 2010-03-31 23:39:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1434.
  • Revision ID: brian@gaz-20100331233912-q2zi8n0sg35kvwsm
Shift show commands to their own dictionary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_SCHEMA_DICTIONARY_SHOW_COLUMNS_H
22
 
#define PLUGIN_SCHEMA_DICTIONARY_SHOW_COLUMNS_H
 
21
#ifndef PLUGIN_SHOW_DICTIONARY_SHOW_COLUMNS_H
 
22
#define PLUGIN_SHOW_DICTIONARY_SHOW_COLUMNS_H
23
23
 
24
24
class ShowColumns : public drizzled::plugin::TableFunction
25
25
{
71
71
  }
72
72
};
73
73
 
74
 
#endif /* PLUGIN_SCHEMA_DICTIONARY_SHOW_COLUMNS_H */
 
74
#endif /* PLUGIN_SHOW_DICTIONARY_SHOW_COLUMNS_H */