summaryrefslogtreecommitdiff
path: root/support-files/mariadb@.service.in
diff options
context:
space:
mode:
authorVarun Gupta <varun.gupta@mariadb.com>2019-12-26 12:50:21 +0530
committerVarun Gupta <varun.gupta@mariadb.com>2019-12-26 15:18:49 +0530
commit891609b571a6c134d308bf7fb6f9683eb716f157 (patch)
tree0ba2919ede99f4dd8fd4074795dae041de45f20a /support-files/mariadb@.service.in
parent3dfe1ba3b85043ed3c451292c6a47950849569dd (diff)
downloadmariadb-git-891609b571a6c134d308bf7fb6f9683eb716f157.tar.gz
MDEV-21318: Wrong results with window functions and implicit grouping
The issue here is for degenerate joins we should execute the window function but it is not getting executed in all the cases. To get the window function values window function needs to be executed always. This currently does not happen in few cases where the join would return 0 or 1 row like 1) IMPOSSIBLE WHERE 2) MIN/MAX optimization 3) EMPTY CONST TABLE The fix is to make sure that window functions get executed and the temporary table is setup for the execution of window functions
Diffstat (limited to 'support-files/mariadb@.service.in')
0 files changed, 0 insertions, 0 deletions