• Nirbhay Choubey's avatar
    MDEV-8464 : ALTER VIEW not replicated in some cases · af2f7ce3
    Nirbhay Choubey authored
    In galera, like other DDLs, CREATE/ALTER VIEW commands are recreated
    and replicated during parsing. The ALGORITHM clause is internally set
    to VIEW_ALGORITHM_INHERIT if its not explicitly specified by the user.
    But since its not a valid type to be used in a command, it leads to an
    assertion failure. The solution is to not include the ALGORITHM clause
    in the command if its not explicitly specified (or INHERIT).
    af2f7ce3
sql_show.h 5.79 KB