[MDEV-30865] Sequences discard all cache values when altered Created: 2023-03-16 Updated: 2023-05-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Sequences |
| Affects Version/s: | 11.0 |
| Fix Version/s: | 11.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Yuchen Pei | Assignee: | Yuchen Pei |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://lists.launchpad.net/maria-developers/msg13299.html Sequences will skip all cached value at alter.
It becomes worse when we throw in as <int_type> (Item 1 or MDEV-28152):
This may be related to the documented behaviour[1] of discarding cached values when flushing tables. Presumably this makes server restart also do the same.
[1] https://mariadb.com/kb/en/sequence-overview/#notes Shall we |