~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Brian Aker
  • Date: 2010-03-27 21:51:11 UTC
  • Revision ID: brian@gaz-20100327215111-d93rvblau715pxfi
doCreateTable() was still taking a pointer instead of a session reference.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    return EPERM;
97
97
  }
98
98
 
99
 
  int doCreateTable(drizzled::Session*,
 
99
  int doCreateTable(drizzled::Session&,
100
100
                    drizzled::Table&,
101
101
                    drizzled::TableIdentifier&,
102
102
                    drizzled::message::Table&)