Patch looks good, although I'm not able to verify that it now works on
PM platform.
Good work fixing a PowerMac bug without having a PowerMac!
Chuck Bell wrote:
> #At file:///D:/source/bzr/mysql-6.0-bug-39127/
>
> 2693 Chuck Bell 2008-09-11
> BUG#39127 Backup fails on PowerMac platform
>
> The PowerMacG5 platform does not reference the variables used in the
> int8store() macro as
> originally written. The address of write_id is invalid forcing the system to
> crash.
>
> This patch fixes the problem by using pointers to allocated memory for the
> int8store()
> and uint8korr() as type uchar * instead of ulonglong.
> modified:
> sql/log.cc
>
--
Jørgen Løland