Bug #36062 error code 1612 changed to 1669 in 6.0
Submitted: 14 Apr 2008 15:52 Modified: 10 Feb 2009 21:13
Reporter: Magnus Blåudd Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Errors Severity:S3 (Non-critical)
Version:6.0.5 OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any

[14 Apr 2008 15:52] Magnus Blåudd
Description:
The newly added error ER_LOG_PURGE_NO_FILE was added to mysql-5.1 as the last error code after ER_LOAD_DATA_INVALID_COLUMN. When merged to 6.0 there was a large number of 6.0 specific error codes that ER_LOG_PURGE_NO_FILES was merged in _after_ ad thus became number 1669 instead of the 5.1 number 1612

Since we want the error codes in a GA and preferably also RC to not change we need to do this way.

How to repeat:
MCI

Suggested fix:
Move the ER_LOG_PURG_NO_FILE error code after ER_LOAD_DATA_INVALID_COLUMN and move the ones thereafter up one step, fix all .result file failures.
[14 Apr 2008 16:54] 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/45361

ChangeSet@1.2626, 2008-04-14 18:58:43+02:00, msvensson@pilot.mysql.com +7 -0
  Bug#36062 error code 1612 changed to 1669 in 6.0
[14 Apr 2008 16:56] Magnus Blåudd
Error code can be added to a MySQL version as long as the next higher version has not yet reached GA(and often RC). When merging it up to the higher version car should be taken to merge it in at the correct place before the new error codes that has been added to the higher version. This has the unfortunate effect of bumping all the new error codes added in the higher version. But that nust be considered better than changing error codes between versions.
[30 Jan 2009 13:27] Bugs System
Pushed into 6.0.10-alpha (revid:luis.soares@sun.com-20090129165607-wiskabxm948yx463) (version source revid:luis.soares@sun.com-20090129163120-e2ntks4wgpqde6zt) (merge vers: 6.0.10-alpha) (pib:6)
[10 Feb 2009 21:13] Paul DuBois
Noted in 6.0.10 changelog.

Some error numbers were incorrect.