mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +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
|
If having is not handled here, it will be checked before the row
|
||||||
is sent to the client.
|
is sent to the client.
|
||||||
*/
|
*/
|
||||||
if (having &&
|
if (tmp_having &&
|
||||||
(sort_and_group || (exec_tmp_table1->distinct && !group_list)))
|
(sort_and_group || (exec_tmp_table1->distinct && !group_list)))
|
||||||
having= tmp_having;
|
having= tmp_having;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user