mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -1655,9 +1655,11 @@ JOIN::optimize_inner()
|
||||
if (having)
|
||||
{
|
||||
select_lex->having_fix_field= 1;
|
||||
select_lex->having_fix_field_for_pushed_cond= 1;
|
||||
if (having->fix_fields(thd, &having))
|
||||
DBUG_RETURN(1);
|
||||
select_lex->having_fix_field= 0;
|
||||
select_lex->having_fix_field_for_pushed_cond= 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user