~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

update

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
                 uint32_t field_length,
186
186
                 bool is_default_null= false);
187
187
 
188
 
  virtual bool visable() { return true; }
 
188
  virtual bool visible() const { return true; }
189
189
};
190
190
 
191
191
} /* namespace plugin */