[MDEV-14435] Different UNSIGNED flag of out user variable for YEAR parameter for direct vs prepared CALL Created: 2017-11-17 Updated: 2017-11-18 Resolved: 2017-11-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Prepared Statements |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.2.11, 10.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Notice, the column b is missing the unsigned flag. |
| Comments |
| Comment by Alexander Barkov [ 2017-11-17 ] | |||||||||||||||||
|
The same problem is repeatable with the INT UNSIGNED data type:
| |||||||||||||||||
| Comment by Alexander Barkov [ 2017-11-17 ] | |||||||||||||||||
|
The same problem is repeatable with the BIT data type:
|