Comment 7 for bug 1177201

Revision history for this message
Ovais Tariq (ovais-tariq) wrote :

Rebulding the tablespace should resolve the issue but that is not always doable in case you have a very big dataset or in case the system tablespace is affected.

What I and Alexey have been discussing is that since InnoDB handles tables with partial pages just fine and does not complain, hence XB should also be able to handle tablespaces with partial pages as well. So may be it should either not have this assertion, or it should try the page read more than 1 time.