~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/ha_blitz.h

  • Committer: lbieber
  • Date: 2010-10-01 13:06:31 UTC
  • mfrom: (1802.2.2 drizzle-bug-651948)
  • mto: This revision was merged to the branch mainline in revision 1805.
  • Revision ID: lbieber@orisndriz08-20101001130631-xubscnhmj7r5dn6g
Merge Andrew - Fix bug 651948 - Index lengths not retrieved using drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
  /* DATA DICTIONARY CREATION RELATED */
116
116
  int create_data_table(drizzled::message::Table &proto,
117
117
                        drizzled::Table &table,
118
 
                        const drizzled::identifier::Table &identifier);
 
118
                        const drizzled::TableIdentifier &identifier);
119
119
 
120
120
  int open_data_table(const char *path, const int mode);
121
121
  int close_data_table(void);
301
301
 
302
302
public:
303
303
  ha_blitz(drizzled::plugin::StorageEngine &engine_arg,
304
 
           drizzled::Table &table_arg);
 
304
           drizzled::TableShare &table_arg);
305
305
  ~ha_blitz() {}
306
306
 
307
307
  /* TABLE CONTROL RELATED FUNCTIONS */