~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-06-22 02:22:46 UTC
  • mfrom: (1633.4.7 rollup)
  • Revision ID: brian@gaz-20100622022246-ou1axbpq0zlz2ly0
Merge up of Brian to trunk. Mainly work on ha_open, and some current_session
work.

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);