• bar@mysql.com's avatar
    Bug#27898 UPDATEXML Crashes the Server! · ea6bb028
    bar@mysql.com authored
    Problem: when replacing the root element, UpdateXML
    erroneously tried to mix old XML content with the
    replacement string, which led to crash.
    Fix: don't use the old XML content in these cases,
    just return the replacement string.
    ea6bb028
xml.result 31.4 KB