[MDEV-16167] "connect" storage engine using table type VEC: cannot use "unsigned" types Created: 2018-05-14 Updated: 2018-10-28 Resolved: 2018-06-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Storage Engine - Connect |
| Affects Version/s: | 10.1.31, 10.1.33, 10.2.15 |
| Fix Version/s: | 10.0.36, 10.1.35, 10.2.16, 10.3.8 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Stefano | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Gentoo Linux, amd64, Xeon E31270, gentoo-sources kernel 4.14.40 |
||
| Description |
|
I cannot insert into a VEC table any values as soon as I declare a column "unsigned". Step 1)
Step 2)
Result)
Tried with different integer types ("integer", "bigint"), but the result is always the same. p.s.: explicitly used collate & charset as I have in "my.cnf":
|
| Comments |
| Comment by Olivier Bertrand [ 2018-06-26 ] |
|
Fixed in version 10.2.16. |
| Comment by Stefano [ 2018-07-14 ] |
|
It works perfectly - thanks a lot |