Would the following primary key change work with `pt-online-schema-change`?
问题 This is a follow-up of Can I use pt-online-schema-change to change a primary key?. Goal: I'd like to ALTER a table's primary key using pt-online-schema-change. Specifically I want migrate from single-column primary key (a) to a composite primary key (a,b) (where a is the same column in both cases). Idea: I understand pt-online-schema-change generally doesn't work when both primary key and unique key is missing. My plan is therefor to do the following: Add a unique key: pt-online-schema-change