~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.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:
68
68
  int doCreateTable(Session *session, 
69
69
                    const char *table_name,
70
70
                    Table& table_arg, 
71
 
                    HA_CREATE_INFO& create_info,
72
71
                    drizzled::message::Table &create_proto);
73
72
 
74
73
  /* For whatever reason, internal tables can be created by Cursor::open()
700
699
int HeapEngine::doCreateTable(Session *session,
701
700
                              const char *table_name,
702
701
                              Table &table_arg,
703
 
                              HA_CREATE_INFO&,
704
702
                              drizzled::message::Table& create_proto)
705
703
{
706
704
  int error;