~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
515
515
  TableShare share(identifier);
516
516
  message::Table tmp_proto;
517
517
 
518
 
  if (share.parse_table_proto(session, table_message) || share.open_table_from_share(&session, "", 0, 0, table))
 
518
  if (share.parse_table_proto(session, table_message) || share.open_table_from_share(&session, identifier, "", 0, 0, table))
519
519
  { 
520
520
    // @note Error occured, we should probably do a little more here.
521
521
  }