[patch 060/129] Merge patch for revision 1853 from InnoDB SVN:
revno: 1853
revision-id: svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:5910
parent: svn-v4:16c675df-0fcb-4bc9-8058-dcc011a37293:branches/zip:5899
committer: marko
timestamp: Wed 2009-09-16 07:07:21 +0000
message:
branches/zip: Introduce UNIV_LOG_LSN_DEBUG and MLOG_LSN for redo log
diagnostics. This was written in order to better track down
Issue #313 in InnoDB Hot Backup.
MLOG_LSN: A new redo log entry type, for recording the current log
sequence number (LSN). This will be checked in an assertion in
recv_parse_log_rec().
rb://161, discussed with Sunny and Vasil.
modified:
include/log0log.ic 2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Finclude%2Flog0log.ic
include/mtr0mtr.h 2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Finclude%2Fmtr0mtr.h
include/univ.i 2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Finclude%2Funiv.i
log/log0recv.c 2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Flog%2Flog0recv.c
srv/srv0start.c 2@16c675df-0fcb-4bc9-8058-dcc011a37293:trunk%2Fsrv%2Fsrv0start.c
diff:
=== modified file 'include/log0log.ic'