← Back to team overview

linux-traipu team mailing list archive

[Bug 728892] Re: libdrizzle should translate errno

 

** Changed in: drizzle/fremont
    Milestone: 2011-05-23 => 2011-06-06

-- 
You received this bug notification because you are a member of UBUNTU -
BR - LINUX TRAIPU, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/728892

Title:
  libdrizzle should translate errno

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Triaged
Status in Drizzle elliott series:
  Won't Fix
Status in Drizzle fremont series:
  Triaged

Bug description:
  With the error:

  drizzle_state_read:read:9

  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.