|
This Alibaba contribution looks similar to the one that was contributed by Tencent as pull request #408 and mostly rewritten by me.
Both contributions are modifying some code outside InnoDB. My version of MDEV-11369 only modifies InnoDB code, supports instant ADD COLUMN for ROW_FORMAT=REDUNDANT tables without changing the info_bits.
The Tencent contribution probably is a further development of this, incorporating some of the design improvements that were brainstormed in April between myself and engineers from Tencent and Alibaba (see the comment in MDEV-11369). Unlike this contribution, it would support instant ADD on existing tables (such as after an upgrade), without changing any SQL syntax.
Therefore, I am closing this as a duplicate of MDEV-11369.
|