Bug #56895 | Changes related to mysqhotcopy tests in 5.5 are missing from 5.1 | ||
---|---|---|---|
Submitted: | 21 Sep 2010 13:51 | Modified: | 28 Jan 2011 15:49 |
Reporter: | John Embretsen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Tests | Severity: | S3 (Non-critical) |
Version: | 5.1.51 | OS: | Any |
Assigned to: | John Embretsen | CPU Architecture: | Any |
Tags: | experimental |
[21 Sep 2010 13:51]
John Embretsen
[14 Jan 2011 13: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/128762 3552 John H. Embretsen 2011-01-14 Bug#56895 part 1 of 2: Backport of revid holyfoot@mysql.com-20100823084827-js10vjuil88je35r from mysql-5.5. The purpose is to make MTR logic for mysqlhotcopy the same in 5.1 as in 5.5, making it easier to maintain and fix bugs such as 56817.
[14 Jan 2011 14:03]
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/128768 3553 John H. Embretsen 2011-01-14 Bug#56895 part 2 of 2: Backport of revid holyfoot@mysql.com-20100825135522-8wrjjmvh2u2t0qo6 from mysql-5.5. Without this patch mysqlhotcopy tests would fail due to not finding the mysqlhotcopy tool in release-like builds. With this patch the tests would either pass, or fail due to missing Perl modules (see 56817). Text conflict in mysql-test/mysql-test-run.pl: - resolved by using logic from 5.5 to find mysqlhotcopy, the intention of this backport.
[14 Jan 2011 16:01]
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/128823 3553 John H. Embretsen 2011-01-14 Bug#56895 part 2 of 2: Backport of revid holyfoot@mysql.com-20100825135522-8wrjjmvh2u2t0qo6 from mysql-5.5. Without this patch mysqlhotcopy tests would fail due to not finding the mysqlhotcopy tool in release-like builds. With this patch the tests would either pass, or fail due to missing Perl modules (see 56817). Text conflict in mysql-test/mysql-test-run.pl: - resolved by using logic from 5.5 to find mysqlhotcopy, the intention of this backport. Changed bindir to basedir.
[27 Jan 2011 10:31]
Horst Hunger
I inserted the patches into mysql_5.1 files and checked the location of mysqlhotcopy.pl in a release. Ready to push.
[27 Jan 2011 10:35]
Horst Hunger
please, update disabled.def.
[27 Jan 2011 11:07]
John Embretsen
Thanks for the review, Horst. I will update disabled.def as part of Bug#56817.
[27 Jan 2011 11:52]
Bugs System
Pushed into mysql-5.1 5.1.56 (revid:john.embretsen@oracle.com-20110127113813-dgbd54xlscxe5aac) (version source revid:john.embretsen@oracle.com-20110114160113-1me8j72pwx6b34ku) (merge vers: 5.1.56) (pib:24)
[28 Jan 2011 10:09]
Bugs System
Pushed into mysql-trunk 5.6.2 (revid:john.embretsen@oracle.com-20110128100618-yo9uw2cvw9ojbear) (version source revid:john.embretsen@oracle.com-20110128100618-yo9uw2cvw9ojbear) (merge vers: 5.6.2) (pib:24)
[28 Jan 2011 10:09]
Bugs System
Pushed into mysql-5.5 5.5.10 (revid:john.embretsen@oracle.com-20110128100154-gianzcfw355owmes) (version source revid:john.embretsen@oracle.com-20110128100154-gianzcfw355owmes) (merge vers: 5.5.10) (pib:24)
[28 Jan 2011 15:49]
Paul DuBois
Changes to test suite. No changelog entry needed.