• kroki@mysql.com's avatar
    Bug#16372: Server crashes when test 'conc_sys' is running · 9318ac9a
    kroki@mysql.com authored
    Concurrent read and update of privilege structures (like simultaneous
    run of SHOW GRANTS and ADD USER) could result in server crash.
    
    Ensure that proper locking of ACL structures is done.
    
    No test case is provided because this bug can't be reproduced
    deterministically.
    9318ac9a
sql_acl.cc 113 KB