~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2008-09-26 23:52:54 UTC
  • Revision ID: brian@tangent.org-20080926235254-537jgpyq4g4ce0n2
First pass to dump legacy types (wow! this has been a long time coming)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1396
1396
        innodb_hton_ptr = innobase_hton;
1397
1397
 
1398
1398
        innobase_hton->state = SHOW_OPTION_YES;
1399
 
        innobase_hton->db_type= DB_TYPE_INNODB;
1400
1399
        innobase_hton->savepoint_offset=sizeof(trx_named_savept_t);
1401
1400
        innobase_hton->close_connection=innobase_close_connection;
1402
1401
        innobase_hton->savepoint_set=innobase_savepoint;