mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fixed mistyping
This commit is contained in:
@ -933,7 +933,7 @@ JOIN::optimize()
|
||||
If having is not handled here, it will be checked before the row
|
||||
is sent to the client.
|
||||
*/
|
||||
if (having &&
|
||||
if (tmp_having &&
|
||||
(sort_and_group || (exec_tmp_table1->distinct && !group_list)))
|
||||
having= tmp_having;
|
||||
|
||||
|
Reference in New Issue
Block a user