• Marko Mäkelä's avatar
    Simplify access to the binlog offset in InnoDB · 591edccc
    Marko Mäkelä authored
    trx_sys_print_mysql_binlog_offset(): Use 64-bit arithmetics and ib::info().
    
    TRX_SYS_MYSQL_LOG_OFFSET: Replaces TRX_SYS_MYSQL_LOG_OFFSET_HIGH,
    TRX_SYS_MYSQL_LOG_OFFSET_LOW.
    
    trx_sys_update_mysql_binlog_offset(): Remove the constant parameter
    field=TRX_SYS_MYSQL_LOG_INFO. Use 64-bit arithmetics.
    591edccc
trx0sys.h 21.2 KB