• thek@adventure.(none)'s avatar
    Bug#16470 crash on grant if old grant tables · 34565021
    thek@adventure.(none) authored
    Loading 4.1 into 5.0 or 5.1 failed silently because procs_priv table missing.
    This caused the server to crash on any attempt to store new grants because
    of uninitialized structures.
    
    This patch breaks up the grant loading function into two phases to allow
    for procs_priv table to fail with an warning instead of crashing the server.
    34565021
grant.test 38.4 KB