Bug #37097 mysqltest add result file format version 2
Submitted: 30 May 2008 10:22 Modified: 6 Mar 2010 23:22
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any

[30 May 2008 10:22] Magnus Blåudd
Description:
Add new command "result_format <int>" to mysqltest allowing more information that makes it easier to read results to be written to the .result file.

Initially add result format version 2 which extend version 1 by
 - Adding all new lines in .test file to .result
 - Adding all ## comments to the .result file
 - Preserves format of queries from .test file sot result file(including any tabs and whitespace to the result file)

  Example:
.test file contains 
CREATE TABLE (
  a int
);
v1 .result file
CREATE TABLE (
a int
);
v2 .result file
CREATE TABLE (
  a int
);

How to repeat:
.

Suggested fix:
.
[30 May 2008 10:42] 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/47249

ChangeSet@1.2598, 2008-05-30 12:23:04+02:00, msvensson@shellback.(none) +1 -0
  Bug#37097 mysqltest, add result file format version 2
[30 May 2008 11:30] Bugs System
Pushed into 5.1.24-ndb-6.2.16
[30 May 2008 13:22] Bugs System
Pushed into 5.1.23-ndb-6.4.0
[30 May 2008 13:23] Bugs System
Pushed into 5.1.24-ndb-6.3.16
[2 Jul 2008 12:52] Jon Stephens
Test suite, no documentation changes needed for end users.
[12 Dec 2008 23:29] Bugs System
Pushed into 6.0.6-alpha  (revid:sp1r-msvensson@shellback.(none)-20080530102304-09327) (version source revid:jonas@mysql.com-20080808094047-4e1yiarqa2t3opg3) (pib:5)
[11 Nov 2009 19:25] 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/90151

2930 Magne Mahre	2009-11-11
      Bug #37097  	mysqltest add result file format version 2
      
      Add result file format v2
      
      Backport to 5.6.0
[11 Nov 2009 19:28] Magne Mæhre
6.0-codebase revid: 2497.608.2
[20 Nov 2009 12:55] Bugs System
Pushed into 5.6.0-beta (revid:davi.arnaut@sun.com-20091119234808-xbjpkwaxjt5x5c0b) (version source revid:davi.arnaut@sun.com-20091119234808-xbjpkwaxjt5x5c0b) (merge vers: 5.6.0-beta) (pib:13)
[20 Nov 2009 12:58] Bugs System
Pushed into 6.0.14-alpha (revid:kostja@sun.com-20091120124947-yi6h2jbgw0kbciwm) (version source revid:kostja@sun.com-20091119222407-5a7cjlhw06trtxnf) (merge vers: 6.0.14-alpha) (pib:13)
[20 Nov 2009 20:14] Paul DuBois
Change to test suite. No changelog entry needed.
[6 Mar 2010 10:56] Bugs System
Pushed into 5.5.3-m3 (revid:alik@sun.com-20100306103849-hha31z2enhh7jwt3) (version source revid:vvaintroub@mysql.com-20091120154107-6awpq04plug2xlri) (merge vers: 5.6.0-beta) (pib:16)
[6 Mar 2010 23:22] Paul DuBois
No changelog entry needed.