TokuDB doesn't throw an error when creating partitioned table with data/index directory specified

Description

InnoDB supports data directory option, but not index directory when using partitioned tables. RocksDB and TokuDB don't seem to support any of those, but RocksDB throws an error while TokuDB happily ignores it.

Here's how it looks:
8.0.12

5.7.23:

5.6.24:

You can see that only InnoDB placed p1 into specified location:

TokuDB placed both partitions in the datadir:

Those options seem often used with partitioning so I think it would be best to throw an error here for TokuDB as well.

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.

Peter Schwaller November 27, 2018 at 1:10 PM
Edited

Deferring pre-existing issue. (8.0 Triage meeting)

Won't Do

Details

Assignee

Reporter

Time tracking

30m logged

Components

Priority

Smart Checklist

Created November 19, 2018 at 5:15 PM
Updated March 4, 2025 at 9:07 PM
Resolved March 4, 2025 at 9:07 PM