Commit b4d10c63 authored by unknown's avatar unknown

fix olap test filing

parent 972c8ab2
......@@ -1107,6 +1107,7 @@ void Item_sum_count_distinct::make_unique()
{
table=0;
original= 0;
use_tree= 0; // to prevent delete_tree call on uninitialized tree
tree= &tree_base;
}
......@@ -1906,6 +1907,7 @@ void Item_func_group_concat::make_unique()
{
table=0;
original= 0;
tree_mode= 0; // to prevent delete_tree call on uninitialized tree
tree= &tree_base;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment