WL#10583: InnoDB: Stop using rollback segments in the system tablespace

Affects: Server-8.0   —   Status: Complete

We need to stop using rollback segments in the system tablespace.

This means changing the minimum value for innodb_undo_tablespaces to 2 and
modifying any code that deals with rollback segments in the system tablespace so
that it only reads them in an existing system tablespace but does not create any
there.