mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +03:00
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.
18 KiB
18 KiB