~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.h

  • Committer: Monty Taylor
  • Date: 2009-03-24 18:13:47 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090324181347-phblgoj913uph2hs
Rename hton to engine.

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(StorageEngine *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)