[MDEV-4547] [PATCH] Make REFRESH_* constants to be 64-bit in 32-bit compilation Created: 2013-05-20 Updated: 2013-07-17 Resolved: 2013-07-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.2 |
| Fix Version/s: | 10.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pavel Ivanov | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
The attached patch may seem not so important at the moment because all constants are less than 1 << 32. But trying to add new REFRESH_* constants makes MariaDB code not compilable in 32-bit mode. |
| Comments |
| Comment by Oleksandr Byelkin [ 2013-07-16 ] |
|
pushed to 10.0 |