Bug #16902 typo in errors.c for EE_GETWD error
Submitted: 30 Jan 2006 14:15 Modified: 12 Jan 4:57
Reporter: Shane Bester
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:4.0, 4.1, 5.0, 5.1 OS:Any (all)
Assigned to: Bugs System Target Version:5.0+
Triage: Triaged: D4 (Minor)

[30 Jan 2006 14: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 12: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 16: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 16: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 10: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 10: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 10: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 10: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 10: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 10: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 15: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 18: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 20: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 20:53] Hakan Kuecuekyilmaz
Fix is in 5.0, 5.1, 6.0, and 6.1-fk. MySQL 4.0 and 4.1 were missing.
[11 Jan 11:50] Hakan Kuecuekyilmaz
4.0 and 4.1 don't have to be fixed. Higher versions have the fix already.
[12 Jan 4:57] Paul DuBois
Cosmetic change. No changelog entry needed.