[MDEV-54] 5.5 have_32bit.inc doesn't work Created: 2012-01-05 Updated: 2012-01-09 Resolved: 2012-01-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.20 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Sergei Golubchik | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
have_32bit.inc always fails, have_64bit.inc always succeeds. all platforms are detected as 64-bit. |
| Comments |
| Comment by Oleksandr Byelkin [ 2012-01-09 ] |
|
"win64 sysvar portability fixes" commit by Sergei Golubchik <sergii@pisem.net> Fri 2011-12-02 19:49:05 +0100 Changing sort_buffer_size from ulong to ulonglong in particular. The question is why only this set of variables was changed? And which to use to detect the 32 bit... |