[MDEV-31607] ER_DUP_KEY in mysql.innodb_table_stats upon RENAME on sequence Created: 2023-07-03 Updated: 2023-07-03 Resolved: 2023-07-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Sequences, Storage Engine - InnoDB |
| Affects Version/s: | 10.6, 10.9, 10.10, 10.11, 11.0, 11.1 |
| Fix Version/s: | 10.6.15, 10.9.8, 10.10.6, 10.11.5, 11.0.3, 11.1.2, 11.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The failure started happening after this commit in 10.6.2
|
| Comments |
| Comment by Marko Mäkelä [ 2023-07-03 ] | |||||||||||||||||||||||
|
It turns out that even though persistent statistics make no sense for SEQUENCE, they are being created and adjusted, except in DROP TABLE or DROP SEQUENCE, which could indeed have been changed in
|