~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.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:
473
473
 
474
474
}
475
475
 
476
 
ha_myisam::ha_myisam(StorageEngine *engine, TABLE_SHARE *table_arg)
477
 
  :handler(engine, table_arg), file(0),
 
476
ha_myisam::ha_myisam(StorageEngine *engine_arg, TABLE_SHARE *table_arg)
 
477
  :handler(engine_arg, table_arg), file(0),
478
478
  int_table_flags(HA_NULL_IN_KEY |
479
479
                  HA_BINLOG_ROW_CAPABLE |
480
480
                  HA_BINLOG_STMT_CAPABLE |