Non-blocking windows connect randomly fails
Bug #1096671 reported by
Andrew Hutchings
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle Client & Protocol Library |
Fix Released
|
High
|
Andrew Hutchings |
Bug Description
Problem 1 (simple to fix):
in conn.cc around line 1007:
translate_
should be:
errno= translate_
Problem 2:
conn.cc switch statement around 1188 doesn't handle EINPROGRESS
Related branches
lp://staging/~linuxjedi/libdrizzle/5.1-fix-mingw
- Drizzle Trunk: Pending requested
-
Diff: 46 lines (+4/-6)2 files modifiedlibdrizzle/statement_param.cc (+2/-2)
tests/unit/datetypes.c (+2/-4)
Changed in libdrizzle: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Brian Aker (brianaker) |
milestone: | none → 5.1.2 |
Changed in libdrizzle: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Wrong about problem 2... updating