~stewart/drizzle/remove-unused-row-type-in-table-message

« back to all changes in this revision

Viewing changes to plugin/blitzdb/ha_blitz.h

  • Committer: Monty Taylor
  • Date: 2010-06-20 05:04:38 UTC
  • mfrom: (1627.2.8 build)
  • Revision ID: mordred@inaugust.com-20100620050438-j7vkswfjcb4vm4o7
Merged in Brian's const TableIdentifiter work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  /* DATA DICTIONARY CREATION RELATED */
105
105
  int create_data_table(drizzled::message::Table &proto,
106
106
                        drizzled::Table &table,
107
 
                        drizzled::TableIdentifier &identifier);
 
107
                        const drizzled::TableIdentifier &identifier);
108
108
 
109
109
  int open_data_table(const char *path, const int mode);
110
110
  int close_data_table(void);