1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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 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;