~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_engine/information_engine.h

  • Committer: Brian Aker
  • Date: 2009-11-19 19:08:33 UTC
  • mto: (1223.1.4 push) (1226.1.2 push)
  • mto: This revision was merged to the branch mainline in revision 1224.
  • Revision ID: brian@gaz-20091119190833-fxuf6q10c6r2pwxg
Remove HA_CREATE_INFO from createTable()

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
  int doCreateTable(Session *,
133
133
                    const char *,
134
134
                    Table&,
135
 
                    HA_CREATE_INFO&,
136
135
                    drizzled::message::Table&)
137
136
  {
138
137
    return EPERM;