List:Commits« Previous MessageNext Message »
From:Chuck Bell Date:June 19 2008 1:11pm
Subject:RE: bzr commit into mysql-6.0-backup branch (oystein.grovlen:2638) Bug#36586
View as plain text  
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

Thread
bzr commit into mysql-6.0-backup branch (oystein.grovlen:2638) Bug#36586Oystein Grovlen19 Jun
  • RE: bzr commit into mysql-6.0-backup branch (oystein.grovlen:2638) Bug#36586Chuck Bell19 Jun
    • Re: bzr commit into mysql-6.0-backup branch (oystein.grovlen:2638)Bug#36586Øystein Grøvlen23 Jun