mirror of
https://github.com/MariaDB/server.git
synced 2025-08-27 13:04:36 +03:00
Fixed bug in MAX() optimization when used with JOIN and ON expressions
(Patch from 4.0.5)
This commit is contained in:
@@ -84,3 +84,9 @@ xID xID1 Level
|
||||
2 2 **
|
||||
3 134 ***
|
||||
4 185 ****
|
||||
pid c1id c2id value id active id active
|
||||
1 1 NULL 1 1 Yes NULL NULL
|
||||
1 NULL 3 3 NULL NULL 3 Yes
|
||||
1 4 NULL 4 4 Yes NULL NULL
|
||||
max(value)
|
||||
4
|
||||
|
Reference in New Issue
Block a user