MDEV-34169 Don't allow innodb_open_files to be lesser than
number of non-user tablespace. - InnoDB only closes the user tablespace when the number of open files exceeds innodb_open_files limit. In that case, InnoDB should make sure that innodb_open_files value should be greater than number of undo tablespace, system and temporary tablespace files.
Showing
Please register or sign in to comment