Bug #47082 Backup should be able to handle rows in table of size 1GB.
Submitted: 3 Sep 2009 4:04 Modified: 26 Oct 2009 1:09
Reporter: Hema Sridharan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version:mysql-5.4 OS:Linux
Assigned to: Hema Sridharan CPU Architecture:Any

[3 Sep 2009 4:04] Hema Sridharan
Description:
Test if backup can handle rows with 1GB
Create database and tables.
Create rows in tables with size of 1GB
Perform backup / restore and verify that it successfully handles the tables with row size of 1GB.

This test is mainly performed to verify that backup and restore always passes
as there is mysqldump issue for 1GB row size backup.

How to repeat:
Please see the patch for the test case.
[3 Sep 2009 4:24] 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/82262

2867 Hema Sridharan	2009-09-03
      BUG#47082 ( Backup should be able to handle rows
      in table of size 1GB). The patch for this bug will 
      create new test case backup_row_size and is placed
      in backup suite.
      added:
        mysql-test/suite/backup/r/backup_row_size.result
        mysql-test/suite/backup/t/backup_row_size.test
[4 Sep 2009 6:02] 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/82403

2867 Hema Sridharan	2009-09-04
      BUG#47082 (Backup should be able to handle rows
      in table of size 1GB). The patch for this bug will
      create new test case backup_row_size.test and 
      is placed in backup suite.
      added:
        mysql-test/suite/backup/r/backup_row_size.result
        mysql-test/suite/backup/t/backup_row_size.test
[4 Sep 2009 18:26] Ingo Strüwing
Approved pending removal of comment wording "or more".
[4 Sep 2009 21:59] 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/82511

2867 Hema Sridharan	2009-09-04
      BUG#47082 (Backup should be able to handle rows in
      table of size 1GB). The patch for this bug will 
      create new test case backup_row_size and is placed in 
      backup suite.
      added:
        mysql-test/suite/backup/r/backup_row_size.result
        mysql-test/suite/backup/t/backup_row_size.test
[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)
[26 Oct 2009 1:09] Paul DuBois
Test case changes. No changelog entry needed.