mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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.
164 KiB
164 KiB