1. 30 Mar, 2018 1 commit
    • Marko Mäkelä's avatar
      Fix bogus error: Failed to find tablespace · ae6355f5
      Marko Mäkelä authored
      fil_space_for_table_exists_in_mem(): Fix a regression that was
      introduced in commit 05863142
      when removing fil_system.name_hash. The condition
      !valid || space == fnamespace
      was incorrectly replaced with !valid, instead of true.
      
      fil_report_missing_tablespace(): Merge to the only caller.
      ae6355f5
  2. 29 Mar, 2018 39 commits