~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • 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:
120
120
  int doCreateTable(Session&,
121
121
                    Table& table_arg,
122
122
                    const identifier::Table &identifier,
123
 
                    message::Table&);
 
123
                    const message::Table&);
124
124
 
125
125
  int doRenameTable(Session&, const identifier::Table &from, const identifier::Table &to);
126
126
 
1358
1358
int MyisamEngine::doCreateTable(Session &session,
1359
1359
                                Table& table_arg,
1360
1360
                                const identifier::Table &identifier,
1361
 
                                message::Table& create_proto)
 
1361
                                const message::Table& create_proto)
1362
1362
{
1363
1363
  int error;
1364
1364
  uint32_t create_flags= 0, create_records;