MySQL Forums
Forum List  »  InnoDB

Re: log sequence number
Posted by: Aftab Khan
Date: April 16, 2009 09:29AM

it is not related to the file size, it is the number of bytes written to the logs, but the sequence number doesn't reset as it overwrites the log file. It resets the second part of the 64 bit integer when it arrives to the maximum 32 bit integer (or 4G) and increments the first part of the 64 bit integer. That should have been 84*4G+3836410803 bytes written to the logs.



Edited 1 time(s). Last edit at 04/17/2009 05:41AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
3611
April 15, 2009 01:01PM
4330
April 16, 2009 04:17AM
2192
April 16, 2009 07:23AM
Re: log sequence number
2181
April 16, 2009 09:29AM
2077
April 17, 2009 05:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.