mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-27072 Subquery using the ALL keyword on date columns produces a wrong result
This commit is contained in:
@@ -3479,7 +3479,7 @@ bool select_max_min_finder_subselect::cmp_str()
|
||||
but added for safety
|
||||
*/
|
||||
val1= cache->val_str(&buf1);
|
||||
val2= maxmin->val_str(&buf1);
|
||||
val2= maxmin->val_str(&buf2);
|
||||
|
||||
/* Ignore NULLs for ANY and keep them for ALL subqueries */
|
||||
if (cache->null_value)
|
||||
|
Reference in New Issue
Block a user