• Marc Alff's avatar
    Bug#51447 performance schema evil twin files · 2875b982
    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.
    2875b982
misc.test 2.16 KB