~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_engine/schema.h

  • Committer: Monty Taylor
  • Date: 2011-03-10 18:13:13 UTC
  • mfrom: (2224.4.4 drizzle-trunk)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: mordred@inaugust.com-20110310181313-fwpgleax1dd3ehns
Merged Brian: Fixes for 731189

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
  int doCreateTable(drizzled::Session&,
90
90
                    drizzled::Table&,
91
91
                    const drizzled::identifier::Table&,
92
 
                    drizzled::message::Table&)
 
92
                    const drizzled::message::Table&)
93
93
  {
94
94
    return drizzled::ER_TABLE_PERMISSION_DENIED;
95
95
  }