Patch approved pending one mandatory correction:
> === added file 'mysql-test/t/backup_multi_blocks.test'
> --- a/mysql-test/t/backup_multi_blocks.test 1970-01-01
> 00:00:00 +0000
> +++ b/mysql-test/t/backup_multi_blocks.test 2008-06-19
> 09:15:00 +0000
> @@ -0,0 +1,51 @@
> +--source include/not_embedded.inc
> +--source include/have_debug.inc
> +
> +# Run test only on 64-bit platforms until BUG#36624 has been fixed.
> +---source include/have_64bit.inc
The above command is invalid. There are too many '-' before the command. It
should be:
--source include/have_64bit.inc
The test will not work correctly on 32-bit systems until this is fixed.
Chuck