libdrizzle should translate errno
Bug #728892 reported by
Andrew Hutchings
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Triaged
|
Low
|
Andrew Hutchings | ||
7.0 |
Won't Fix
|
Low
|
Andrew Hutchings | ||
7.1 |
Triaged
|
Low
|
Andrew Hutchings |
Bug Description
With the error:
drizzle_
It is difficult to know what the '9' is. It is actually an errno meaning Bad File Descriptor. We should have this spit out strerror_r() for the errno.
Changed in drizzle: | |
milestone: | 2011-03-14 → 2011-03-28 |
To post a comment you must log in.
So I fixed this in tree by using strerror(), but this obviously will have issues as well (for concurrency).