Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
innobase_init(): Remove an unnecessary condition
Because innodb_file_per_table can be enabled at runtime after it was disabled at startup, it is better to always register the same innobase_hton->tablefile_extensions. Besides, innodb_file_per_table=OFF does not prevent loading tables that may have been created earlier with the .ibd file extension.
- Loading branch information