• Nirbhay Choubey's avatar
    MDEV-8598 : Failed MySQL DDL commands and Galera replication · e998dffd
    Nirbhay Choubey authored
    RENAME TABLE, unlike other DDLs, was getting replicated before
    the access check was performed. As a result, the command could
    get get replicated and thus executed on other nodes, even if it
    fails on the originating node due to permission issues. Fixed by
    moving the logic to check user privileges before replicating the
    command.
    e998dffd
rename.test 1.05 KB