~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/trx/trx0trx.c

  • Committer: Monty Taylor
  • Date: 2008-07-22 05:48:51 UTC
  • mto: (202.1.3 toru)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: monty@inaugust.com-20080722054851-airxt73370725p7x
Re-enabled optimizations for the normal build, and added back the --with-debug option to turn them off. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
795
795
                        trx_sys_update_mysql_binlog_offset(
796
796
                                trx->mysql_log_file_name,
797
797
                                trx->mysql_log_offset,
798
 
                                TRX_SYS_DRIZZLE_LOG_INFO, &mtr);
 
798
                                TRX_SYS_MYSQL_LOG_INFO, &mtr);
799
799
                        trx->mysql_log_file_name = NULL;
800
800
                }
801
801