• Marc Alff's avatar
    Bug#58798 SHOW ENGINE PERFORMANCE_SCHEMA STATUS: incorrect table lettercase · 537366fd
    Marc Alff authored
    Before this fix, the output of SHOW ENGINE PERFORMANCE_SCHEMA STATUS
    used uppercase to name performance schema tables.
    
    This is inconsistent since performance schema tables have been renamed to lowercase.
    
    Also, an old table 'PROCESSLIST' was still visible, 
    even after this table got renamed to 'threads'.
    
    This fix:
    - correctly uses lowercases in the output, to match the current naming.
    - replaced 'PROCESSLIST' with 'threads'.
    
    Tested the output of SHOW ENGINE PERFORMANCE_SCHEMA STATUS manually.
    No automated test cases can be written for this, 
    since the output is too platform dependent (sizes).
    537366fd
pfs_engine_table.cc 21.5 KB