[MCOL-5443] UNKOWN REF Item on inserts Created: 2023-03-07 Updated: 2023-07-01 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 6.4.7- CS only |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Minor |
| Reporter: | Mario Hubert | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Rocky Linux release 8.6 (Green Obsidian) |
||
| Description |
|
On insert to a InnoDB table, getting this error/warning UNKOWN REF Item while reading from Columnstore tables. create table innodb_txn_ids (TransactionID bigint(20) unsigned primary key, insert into innodb_txn_ids (TransactionID,SubscriberID,ServerID) |