Not a Bug
Details
Assignee
UnassignedUnassignedReporter
lpjirasynclpjirasync(Deactivated)Priority
Low
Details
Details
Assignee
Unassigned
UnassignedReporter
lpjirasync
lpjirasync(Deactivated)Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created January 24, 2018 at 7:00 PM
Updated February 3, 2018 at 10:37 PM
Resolved January 24, 2018 at 7:01 PM
**Reported in Launchpad by Tianshi Wang last update 11-10-2012 21:59:05
using pt-online-schema-change version 2.1.4
pt-online-schema-change --alter "ENGINE=InnoDB" --execute D=dbname,t=mytable
The table has eight-column primary key with 126 bytes, and no other indexes. Here is the error message.
Error copying rows from `dbname`.`mytable` to `dbname`.`_mytable_new`: Error copying rows at chunk 1 of dbname.mytable because MySQL used only 40 bytes of the PRIMARY index instead of 126. See the --[no]check-plan documentation for more information.
The dry-run process completed without any errors.