Bug #46982 There is no test in backup suite that performs BACKUP DATABASE * to image
Submitted: 28 Aug 2009 20:18 Modified: 25 Oct 2009 20:59
Reporter: Hema Sridharan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version:6.0-backup OS:Linux
Assigned to: Hema Sridharan CPU Architecture:Any

[28 Aug 2009 20:18] Hema Sridharan
Description:
We don't have any tests in the backup suite that performs backup of all the databases in the server. Backup of all databases is performed by using the following command

BACKUP DATABASE * TO 'backup-image';

How to repeat:
Please see the above description.

I have created a small test case for this bug. Please take a look at the patch below.
[28 Aug 2009 20:28] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/81918

2866 Hema Sridharan	2009-08-28
      BUG#46982 (There is no test in backup suite that performs BACKUP DATABASE * to image)
      The patch for this bug will add new test to backup suite that will perform 
      BACKUP DATABASE * TO 'image' and RESTORE FROM 'image'
      added:
        mysql-test/suite/backup/r/backup_all.result
        mysql-test/suite/backup/t/backup_all.test
[1 Sep 2009 15:51] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/82158

2866 Hema Sridharan	2009-09-01
      BUG#46982 (There is no test in backup suite that
      performs BACKUP DATABASE * TO 'image' and  
      RESTORE FROM 'image')
      This patch will add new test backup_all.test in 
      backup suite. This test is added as exprimental because
      of bug#42756.
      added:
        mysql-test/suite/backup/r/backup_all.result
        mysql-test/suite/backup/t/backup_all.test
      modified:
        mysql-test/collections/default.experimental
[25 Oct 2009 13:38] Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20091025133616-ca4inerav4vpdnaz) (version source revid:ingo.struewing@sun.com-20090908195642-dtq0vxjcjk6e11w4) (merge vers: 5.4.4-alpha) (pib:13)
[25 Oct 2009 20:59] Paul DuBois
Test case changes. No changelog entry needed.