515
515
TableShare share(identifier);
516
516
message::Table tmp_proto;
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))
520
520
// @note Error occured, we should probably do a little more here.