Hi Sergei,
On Jan 29, 2008 11:07 AM, Sergei Golubchik <serg@stripped> wrote:
> Hi!
>
>
> On Jan 27, Baron Schwartz wrote:
> > Hi,
> >
> > I'm trying to find when the change mentioned in
> > http://bugs.mysql.com/bug.php?id=34058 occurred. I can't find it
> > through the commits list. If I need to get BK and dig through that
> > somehow, please let me know. Otherwise I'm hoping someone on this
> > list can find out easily :-)
>
> It was probably this changeset:
Thanks Sergei, so that probably means this was included in an early
5.0 release, right?
This is the only changelog entry that looked relevant to me, from the
5.0.1 changelog:
Corrected the master's binary log position that InnoDB reports when it
is doing a crash recovery on a slave server. (Bug#3015)
This bug looks related. It was fixed in 2004 in 5.0.1, and your
changeset was January 2005, so it looks like this change may have been
introduced in 5.0.3 or earlier.
>
> ChangeSet@stripped, 2005-01-16 13:16:23+01:00, serg@stripped +72 -0
> XA (not completely polished out yet)
>
> which removed the call ha_report_binlog_offset_and_commit() from
> MYSQL_LOG::write().
>
>
> http://mysql.bkbits.net:8080/mysql-5.0/?PAGE=patch&REV=41ea5b17VyNa9sPFgAwQATNFbkRuYw
>
> Regards / Mit vielen Grüssen,
> Sergei
>
> --
> __ ___ ___ ____ __
> / |/ /_ __/ __/ __ \/ / Sergei Golubchik <serg@stripped>
> / /|_/ / // /\ \/ /_/ / /__ Principal Software Developer
> /_/ /_/\_, /___/\___\_\___/ MySQL GmbH, Dachauer Str. 37, D-80335 München
> <___/ Geschäftsführer: Kaj Arnö - HRB
> München 162140
>
Thanks
Baron