[MDEV-15926] MEDIUMINT returns wrong I_S attributes Created: 2018-04-19 Updated: 2018-04-20 Resolved: 2018-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Information Schema |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.3.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
The MEDIUMINT type has the following characteristics depending on signess:
But these characteristics are not taken into account precisely:
Notice, the precision value for UNSIGNED is wrong. It should be 8 digits. |