~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2009-05-29 22:44:39 UTC
  • mfrom: (1039.1.14 merge)
  • Revision ID: brian@gaz-20090529224439-0vdgsd8b8c002yi1
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
  Table table;
665
665
  char name_buff[FN_REFLEN];
666
666
  const char *name;
667
 
  TableShare share;
 
667
  TableShare share(db, 0, table_name, path);
668
668
 
669
 
  share.init(db, 0, table_name, path);
670
669
  if (open_table_def(session, &share) ||
671
670
      open_table_from_share(session, &share, "", 0, (uint32_t) READ_ALL, 0, &table,
672
671
                            OTM_CREATE))