[MDEV-29337] CONNECT BIN unsigned fails on DISTRIB=sorted Created: 2022-08-19 Updated: 2023-11-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.8.4, 10.9.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | catam | Assignee: | Andrew Hutchings |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
create a CONNECT BIN table with a unsigned field is not creating the .bop block_index file,
then INSERT 1000 rows,
no tm.bop file shows up:
Optimize fails as well:
Recreate table with signed
Now we have tm.bop file:
And also optimize works
So there seems to be an issue with unsigned types (I tried short as well) and this DISTRIB sorted |
| Comments |
| Comment by Alice Sherepa [ 2022-08-19 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Thanks for the report!
|