[MDEV-21897] Rocksdb does not respect unique indexes Created: 2020-03-09 Updated: 2020-04-05 Resolved: 2020-04-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | 10.4.10 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Philip orleans | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
This breaks the basic functionality of a database engine.
every time I do this the same numbers get added again, notwithstanding the fact that duplicate numbers should be ignored. The unique index on (number) is not being respected. I can give access to Elena and she can verify the issue. |
| Comments |
| Comment by Elena Stepanova [ 2020-04-05 ] |
|
It is easily reproducible; but the behavior is caused by the non-default value of rocksdb_bulk_load variable which is documented very explicitly:
So I don't see any violation here. |