You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#27261822 - EMPTY GENERAL TABLESPACE CRASHES UPGRADE
Problem:
-------
Upgrade with empty general tablespace (no CREATE TABLE using
general tablespace), crashes the upgrade to 8.0
This is because we assumed the initial number of pages of an
5.7 IBD file to be 6. This is true for file_per_table tablespaces.
Size of freshly created tablespace is 4 and we expect minimum
6 pages. Hence the assert.
Fix:
----
Use the right mininum size of IBD file as 4 pages.
Reviewed-By: Sunny Bains <[email protected]>
Approved on IM
0 commit comments