• Sergei Golubchik's avatar
    MDEV-13673 Bad result in view · fb2035a1
    Sergei Golubchik authored
    When printing an expression, like a/(b*c), we need to print parentheses,
    even though / and * have the same precedence. Basically, we should
    always treat the second argument as having one level higher precedence
    than it normally is.
    fb2035a1
select.result 164 KB