Commit 2842ae03 authored by Marko Mäkelä's avatar Marko Mäkelä

Remove a bogus comment

Changes of PAGE_MAX_TRX_ID must be redo-logged for correctness.
That was fixed in the InnoDB Plugin for MySQL 5.1 already.
parent 5f35e103
......@@ -1230,9 +1230,7 @@ lock_sec_rec_some_has_impl(
/* Some transaction may have an implicit x-lock on the record only
if the max trx id for the page >= min trx id for the trx list, or
database recovery is running. We do not write the changes of a page
max trx id to the log, and therefore during recovery, this value
for a page may be incorrect. */
database recovery is running. */
if (max_trx_id < trx_rw_min_trx_id() && !recv_recovery_is_on()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment