Won't Do
Details
Assignee
UnassignedUnassignedReporter
Tomislav PlavcicTomislav PlavcicTime tracking
30m loggedComponents
Affects versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Tomislav Plavcic
Tomislav PlavcicTime tracking
30m logged
Components
Affects versions
Priority
Smart Checklist
Smart Checklist
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
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.