plugin/command_log/command_log.cc can't be compiled on 32 bit platforms
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
Medium
|
Jay Pipes |
Bug Description
libtool: compile: CC -xlang=c99 -DHAVE_CONFIG_H -I. -I. -I./gnulib -I./gnulib -I/opt/
"plugin/
1 Error(s) detected.
The problem is a length parameter to pwrite that is specified as uint64_t and not size_t as the definition of pwrite specifies.
ssize_t pwrite(int fildes, const void *buf, size_t nbyte, off_t offset);
Related branches
- Brian Aker: Pending requested
- Drizzle Developers: Pending requested
-
Diff: 129 lines (+23/-23)2 files modifieddrizzled/temporal_format.cc (+23/-22)
drizzled/temporal_format.h (+0/-1)
Changed in drizzle: | |
importance: | Undecided → Medium |
milestone: | none → aloha |
status: | New → Fix Committed |
Introduced in 1039.5.20