1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Post-merge fix.

This commit is contained in:
igor@olga.mysql.com
2007-04-29 20:14:35 -07:00
parent f9ac5b43cc
commit 2cf753a1e8
3 changed files with 8 additions and 3 deletions

View File

@@ -14571,7 +14571,7 @@ bool JOIN::rollup_init()
Item* new_item= new Item_func_rollup_const(item);
if (!new_item)
return 1;
new_item->fix_fields(thd,0, (Item **) 0);
new_item->fix_fields(thd, (Item **) 0);
thd->change_item_tree(it.ref(), new_item);
for (ORDER *tmp= group_tmp; tmp; tmp= tmp->next)
{