[MDEV-4194] Missing comma breaks mysys error messages Created: 2013-02-21 Updated: 2013-02-22 Resolved: 2013-02-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1, 5.5.29, 5.1.67, 5.2.14, 5.3.12 |
| Fix Version/s: | 10.0.2, 5.5.30, 5.1.73, 5.2.15, 5.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pavel Ivanov | Assignee: | Vladislav Vaintroub |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
mysys/errors.c in 10.0.1 tarball doesn't have comma on line 57 which makes error messages on this and subsequent lines incorrect. Apparently these error messages are not met anywhere in tests which probably should be fixed too. |