~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_share.h

  • Committer: Brian Aker
  • Date: 2010-10-22 00:26:57 UTC
  • mfrom: (1864.4.6 refactor)
  • Revision ID: brian@tangent.org-20101022002657-f5d3isth30d0urop
Merge of refactor2 tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
682
682
private:
683
683
  int open_table_from_share_inner(Session *session,
684
684
                                  const char *alias,
685
 
                                  uint32_t db_stat, uint32_t ha_open_flags,
686
 
                                  Table &outparam,
687
 
                                  bool &error_reported);
688
 
  int open_table_cursor_inner(Session *session,
689
 
                              const TableIdentifier &identifier,
690
 
                              const char *alias,
 
685
                                  uint32_t db_stat,
 
686
                                  Table &outparam);
 
687
  int open_table_cursor_inner(const TableIdentifier &identifier,
691
688
                              uint32_t db_stat, uint32_t ha_open_flags,
692
689
                              Table &outparam,
693
690
                              bool &error_reported);