~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

Merged in plugin-registration.  handlerton now == StorageEngine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  int init_data_file();
92
92
 
93
93
public:
94
 
  ha_tina(handlerton *hton, TABLE_SHARE *table_arg);
 
94
  ha_tina(StorageEngine *engine, TABLE_SHARE *table_arg);
95
95
  ~ha_tina()
96
96
  {
97
97
    if (chain_alloced)