TokuDB behavior w.r.t auto_increment_increment and auto_increment_offset is incorrect

Description

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.

Environment

None

Smart Checklist

Activity

Show:

Julia Vural March 4, 2025 at 9:07 PM

It appears that this issue is no longer being worked on, so we are closing it for housekeeping purposes. If you believe the issue still exists, please open a new ticket after confirming it's present in the latest release.

George Lorch June 28, 2017 at 7:36 PM

This causes issues importing new replication tests, see

Won't Do

Details

Assignee

Reporter

Components

Affects versions

Priority

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