Patch approved.
> 2639 Oystein Grovlen 2008-06-25
> BUG#36624 Backup stream library works wrong on 64bit platform.
> I have verified that all shift-left operations in the backup
> directory are now based on unsigned ints. This is necessary to
> avoid problems with sign bit on 64-bit platforms.
> modified:
> mysql-test/lib/mtr_report.pl
> mysql-test/r/backup_multi_blocks.result
> mysql-test/t/backup_multi_blocks.test
> sql/backup/stream_v1_transport.c
>
> per-file messages:
> mysql-test/lib/mtr_report.pl
> No longer necessary to filter restore failures for
> backup_multi_blocks test.
> mysql-test/r/backup_multi_blocks.result
> Update result to reflect changes in test.
> mysql-test/t/backup_multi_blocks.test
> Change test to reflect that restore of multi block backup
> images now works.
> sql/backup/stream_v1_transport.c
> Shift-left operation needs to be based on unsigned ints
> to work on 64-bit platforms.