mirror of
https://github.com/MariaDB/server.git
synced 2025-09-08 06:27:57 +03:00
In the test innodb.instant_alter,4k we would be flagging an error for too large row size. That error was previously only being reported if the table was being rebuilt. Thus, this merge is fixing a small omission in MDEV-11369 (instant ADD COLUMN).