1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

subselect in having clause

fixed bug in sum function in subselect
This commit is contained in:
bell@sanja.is.com.ua
2002-07-01 14:14:51 +03:00
parent 97d9936f5d
commit 2cf620004e
23 changed files with 177 additions and 99 deletions

View File

@ -106,7 +106,7 @@ int mysql_ha_read(THD *thd, TABLE_LIST *tables,
}
tables->table=table;
if (cond && cond->fix_fields(thd,tables))
if (cond && cond->fix_fields(thd, tables, &cond))
return -1;
if (keyname)