Won't Do
Details
Assignee
UnassignedUnassignedReporter
George LorchGeorge Lorch(Deactivated)Components
Affects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
George Lorch
George Lorch(Deactivated)Components
Affects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created June 28, 2017 at 7:33 PM
Updated March 4, 2025 at 9:07 PM
Resolved March 4, 2025 at 9:07 PM
Consider the following sequence in innodb:
Now the same with TokuDB:
We can clearly see the first ID in innodb is just the auto_increment_offset, but in tokudb it seems to be auto_increment_increment + auto_increment_offset, which is wrong.