~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/columns.h

  • Committer: Tim Penhey
  • Date: 2010-02-11 00:28:04 UTC
  • mfrom: (1271.6.2 unify_error)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: tim@penhey.net-20100211002804-l37rv3exdak25taw
Merge prev pipe and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class ColumnsISMethods : public drizzled::plugin::InfoSchemaMethods
33
33
{
34
34
public:
35
 
  virtual int oldFormat(Session *session,
 
35
  virtual int oldFormat(drizzled::Session *session,
36
36
                        drizzled::plugin::InfoSchemaTable *schema_table) const;
37
37
};
38
38