• Sergei Golubchik's avatar
    perfschema: use correct type for left shifts · 1a6c130c
    Sergei Golubchik authored
    set_item() uses 1UL << bit, so is_set_item() must do the same.
    
    This fixes sporadic perfschema.show_aggregate failures
    (sporadic, because `bit` is the thread id, so depending on how many
    tests were run before perfschema.show_aggregate it can be above or
    below 32).
    1a6c130c
pfs_engine_table.cc 60.2 KB