~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_columns.h

update

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
public:
27
27
  ShowColumns();
28
28
 
29
 
  bool visable() { return false; }
 
29
  bool visible() const { return false; }
30
30
 
31
31
  class Generator : public show_dictionary::Show::Generator 
32
32
  {