~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • 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:
93
93
 
94
94
  int doCreateTable(Session *, const char *table_name,
95
95
                    Table& table_arg,
96
 
                    HA_CREATE_INFO& ha_create_info,
97
96
                    drizzled::message::Table&);
98
97
 
99
98
  int doRenameTable(Session*, const char *from, const char *to);
1365
1364
 
1366
1365
int MyisamEngine::doCreateTable(Session *, const char *table_name,
1367
1366
                                Table& table_arg,
1368
 
                                HA_CREATE_INFO&,
1369
1367
                                drizzled::message::Table& create_proto)
1370
1368
{
1371
1369
  int error;