Bug #39597 Various partition errors have changed output - need to update test results
Submitted: 23 Sep 2008 4:38 Modified: 23 Sep 2008 5:54
Reporter: Patrick Crews Email Updates:
Status: Duplicate Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:5.1+ OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: error message, partitioning, test failure

[23 Sep 2008 4:38] Patrick Crews
Description:
Partitioning error messages have changed output and the test results need to be updated to reflect these changes / prevent false test failures

Example:
-ERROR 23000: Can't write; duplicate key in table 't1'
+ERROR 23000: Duplicate entry '2-2' for key 'PRIMARY'

How to repeat:
Run the partitioning suite of mysql-test

./mysql-test-run.pl --force --suite=parts

and observe the test failures

Suggested fix:
Re-record the .result files for the affected tests.  The gist of the messages are the same, just the text differs (seems to have become more detailed.
[23 Sep 2008 5:54] Patrick Crews
The fix for this bug will be handled under Bug#38719.

Some issue occurred during the upmerge for this fix and will be handled by the dev for the above bug.