~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/csv/ha_tina.h

  • Committer: Brian Aker
  • Date: 2009-11-12 16:13:04 UTC
  • mfrom: (1211.1.7 staging)
  • Revision ID: brian@gaz-20091112161304-opamiauv36fg0n6u
Rollup of Brian, Padraig, and Stewart patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
  int init_data_file();
91
91
 
92
92
public:
93
 
  ha_tina(drizzled::plugin::StorageEngine *engine, TableShare *table_arg);
 
93
  ha_tina(drizzled::plugin::StorageEngine &engine, TableShare &table_arg);
94
94
  ~ha_tina()
95
95
  {
96
96
    if (chain_alloced)