~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

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_MYSQL_LOG_INFO, &mtr);
 
798
                                TRX_SYS_DRIZZLE_LOG_INFO, &mtr);
799
799
                        trx->mysql_log_file_name = NULL;
800
800
                }
801
801