Bug #16902 typo in errors.c for EE_GETWD error
Submitted: 30 Jan 2006 13:15 Modified: 12 Jan 2009 3:57
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.0, 4.1, 5.0, 5.1 OS:Any (all)
Assigned to: Hakan Küçükyılmaz CPU Architecture:Any

[30 Jan 2006 13:15] Shane Bester
Description:
In the file ./mysys/errors.c there is a mis-spelled word:

EE(EE_GETWD)		= "Can't get working dirctory (Errcode: %d)";

How to repeat:
n/a

Suggested fix:
Change it to

EE(EE_GETWD)		= "Can't get working directory (Errcode: %d)";
[15 Jun 2008 10:31] 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/47876

2701 Hakan Kuecuekyilmaz	2008-06-15
      Fix for Bug#16902.
[15 Jun 2008 14:49] 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/47879

2701 Hakan Kuecuekyilmaz	2008-06-15
      Fix for Bug#16902.
[15 Jun 2008 14:50] 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/47880

2701 Hakan Kuecuekyilmaz	2008-06-15
      Fix for Bug#16902.
[16 Jun 2008 8:00] 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/47889

2663 Hakan Kuecuekyilmaz	2008-06-16
      Fix for Bug#16902.
[16 Jun 2008 8: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/47890

2638 Hakan Kuecuekyilmaz	2008-06-16
      Fix for Bug#16902.
[16 Jun 2008 8:06] 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/47891

2638 Hakan Kuecuekyilmaz	2008-06-16
      Fix for Bug#16902.
[16 Jun 2008 8:07] 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/47892

2663 Hakan Kuecuekyilmaz	2008-06-16
      Fix for Bug#16902.
[17 Jun 2008 8:16] 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/47964

2664 Tatiana A. Nurnberg	2008-06-17 [merge]
      Fix for Bug#16902.
[17 Jun 2008 8:19] 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/47966

2664 Tatiana A. Nurnberg	2008-06-17 [merge]
      Fix for Bug#16902.
[28 Jul 2008 13:48] Bugs System
Pushed into 5.0.66  (revid:azundris@mysql.com-20080617080925-al2u0wzlfrumhr6g) (pib:2)
(Retry automatic marking, to ensure nothing is missed. cm01)
[28 Jul 2008 16:49] Bugs System
Pushed into 5.1.27  (revid:joerg@mysql.com-20080626161101-h5hsaluwtf05xdr2) (version source revid:joerg@mysql.com-20080626161101-h5hsaluwtf05xdr2) (pib:3)
[30 Dec 2008 19:46] 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/62451

2709 Hakan Kuecuekyilmaz	2008-12-30
      Fixed Bug#16902 typo in errors.c for EE_GETWD error.
[30 Dec 2008 19:53] Hakan Küçükyılmaz
Fix is in 5.0, 5.1, 6.0, and 6.1-fk. MySQL 4.0 and 4.1 were missing.
[11 Jan 2009 10:50] Hakan Küçükyılmaz
4.0 and 4.1 don't have to be fixed. Higher versions have the fix already.
[12 Jan 2009 3:57] Paul DuBois
Cosmetic change. No changelog entry needed.