[MDEV-32367] Inproper reporting of ROCKSDB storage engine does not support generated columns Created: 2023-10-06 Updated: 2023-10-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 11.0.2, 10.5.22 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Roy Bellingan | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Specifing the charset utf8mb4 will throw later an unrelated error
Using instead utf8mb3 it works fine. Instead this is ok
And finally is setting a UNIQUE, if fails again
|