-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TiDB should use separated Allocators for the auto_increment column value and the row ID #982
Labels
Comments
coocood
changed the title
Table uses a Allocator to allocate the auto_increment column value and the row ID
Table uses a single Allocator to allocate the auto_increment column value and the row ID
Oct 13, 2016
For now, |
jebter
added
type/bug
The issue is confirmed as a bug.
and removed
type/bug
The issue is confirmed as a bug.
type/enhancement
The issue or PR belongs to an enhancement.
labels
Jan 11, 2021
Closed
@zimulala shall this issue be closed? |
well I can see that #20708 is trying to fix this. |
This behavior was by-designed and I do not treat it as a bug, change it to 'enhancement' and track in #20708 |
This comment has been minimized.
This comment has been minimized.
bb7133
changed the title
Table uses a single Allocator to allocate the auto_increment column value and the row ID
TiDB should use separated Allocators for the auto_increment column value and the row ID
Aug 9, 2021
This was referenced Aug 26, 2021
12 tasks
12 tasks
xhebox
pushed a commit
to xhebox/tidb
that referenced
this issue
Sep 28, 2021
xhebox
pushed a commit
to xhebox/tidb
that referenced
this issue
Oct 8, 2021
ti-chi-bot
pushed a commit
that referenced
this issue
Oct 9, 2021
This can be reproduced in |
@dragonly The last PR is still not merged. So the behavior is expected. |
This was referenced Nov 4, 2022
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
execute SQL statements as follows:
tidb result:
mysql result:
The text was updated successfully, but these errors were encountered: