An error occurred fetching the project authors.
  1. 26 Feb, 2010 1 commit
    • Marc Alff's avatar
      Bug#51447 performance schema evil twin files · 23504368
      Marc Alff authored
      Before this fix, the performance schema file instrumentation would treat:
      - a relative path to a file
      - an absolute path to the same file
      as two different files.
      
      This would lead to:
      - separate aggregation counters
      - file leaks when a file is removed.
      
      With this fix, a relative and absolute path are resolved to the same file instrument.
      23504368
  2. 12 Jan, 2010 1 commit