1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixed mistyping

This commit is contained in:
bell@sanja.is.com.ua
2004-06-07 01:06:17 +03:00
parent dabc0e774e
commit eeddb00234

View File

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