~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
 
651
651
  int open_table_def(Session& session, TableIdentifier &identifier);
652
652
 
653
 
  int open_table_from_share(Session *session, const char *alias,
 
653
  int open_table_from_share(Session *session,
 
654
                            const TableIdentifier &identifier,
 
655
                            const char *alias,
654
656
                            uint32_t db_stat, uint32_t ha_open_flags,
655
657
                            Table &outparam);
656
658
  int parse_table_proto(Session& session, message::Table &table);