[MDEV-53] 5.5 sys_vars.* tests fail on 32-bit 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 |
|
http://buildbot.askmonty.org/buildbot/builders/debian5-i386-fulltest/builds/2062 a simple fix would be to add --replace 4294967295 18446744073709551615 |
| Comments |
| Comment by Oleksandr Byelkin [ 2012-01-07 ] |
|
It looks like tests with assigning -1 cast to unsigned should show correct fixing maximum value of the variable, I do not see sense in them is there is no maximum (the maximum is depends on architecture). |