1
0
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:
monty@hundin.mysql.fi
2002-12-02 13:41:08 +02:00
parent f89d91c53c
commit fab1fcea8b
5 changed files with 100 additions and 1 deletions

View File

@@ -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