~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/ha_blitz.h

  • Committer: lbieber
  • Date: 2010-09-11 16:33:45 UTC
  • mfrom: (1757.1.2 build)
  • Revision ID: lbieber@orisndriz03-20100911163345-na1t8m18at9thsjl
Merge Vijay - added utf 8 tamil test case suite and test case for creating a database in tamil
Merge Brian - Small set of refactoring (includes one case of memset on a table object).

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 */