~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/csv/ha_tina.cc

  • Committer: Monty Taylor
  • Date: 2009-03-25 08:39:58 UTC
  • mto: (960.5.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 964.
  • Revision ID: mordred@inaugust.com-20090325083958-5gp7pps4c9id7xol
More naming fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
 
428
428
 
429
429
 
430
 
ha_tina::ha_tina(StorageEngine *engine, TABLE_SHARE *table_arg)
431
 
  :handler(engine, table_arg),
 
430
ha_tina::ha_tina(StorageEngine *engine_arg, TABLE_SHARE *table_arg)
 
431
  :handler(engine_arg, table_arg),
432
432
  /*
433
433
    These definitions are found in handler.h
434
434
    They are not probably completely right.