Fix for Bug#57932 "query with avg returns incorrect results":
when there was one NULL value, AVG(DISTINCT) could forget about other values. See commit comment of item_sum.cc.
Showing
Please register or sign in to comment
when there was one NULL value, AVG(DISTINCT) could forget about other values. See commit comment of item_sum.cc.