~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-01 14:33:36 UTC
  • mto: (28.1.12 backport_patch)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: monty@inaugust.com-20080701143336-8uihm7dhpu92rt0q
Somehow missed moving password.c. Duh.

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
 
1818
1818
/********************************************************************
1819
1819
Prepares a transaction. */
1820
1820
 
1821
 
static void
 
1821
void
1822
1822
trx_prepare_off_kernel(
1823
1823
/*===================*/
1824
1824
        trx_t*  trx)    /* in: transaction */