• Marko Mäkelä's avatar
    innobase_init(): Remove an unnecessary condition · 68466bb4
    Marko Mäkelä authored
    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.
    68466bb4
ha_innodb.cc 633 KB