1 Aug 2012 14:29
Re: question about the innodb recovery log
Mats Kindahl <mats.kindahl <at> oracle.com>
2012-08-01 12:29:20 GMT
2012-08-01 12:29:20 GMT
On 07/31/2012 05:28 PM, Rich Prohaska wrote: > Hello, > The innodb-safe-binlog variable no longer exists, but the binlog > position is still stuffed into the innodb recovery log. Using recent > MySQL versions, does this assist the DBA when running point in time > recovery? Hello Rich, The position is printed on recovery and mainly to assist in provisioning new slaves. The position can be used to know where to start replication from, once the backup have been restored on a new slave. It can, as you noted, also be used for point in time recovery. To my knowledge, the position is not used anywhere else. In particular, it is not used when recovering the server from a crash. Just my few cents, Mats Kindahl > Thanks > > On Fri, Jul 27, 2012 at 3:27 PM, Hartmut Holzgraefe > <hartmut.holzgraefe <at> gmail.com> wrote: >>> Why does InnoDB log the binlog position in its recovery log when a >>> transaction commits? >> as it needs to find out whether InnoDB state and binlog position are in >> sync during recovery? >> >> See(Continue reading)
RSS Feed