Commit 0f44c8ab authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Fix merge error

parent d6a7de20
...@@ -712,8 +712,8 @@ bool Unique::merge(TABLE *table, uchar *buff, bool without_last_merge) ...@@ -712,8 +712,8 @@ bool Unique::merge(TABLE *table, uchar *buff, bool without_last_merge)
full_size; full_size;
sort_param.min_dupl_count= min_dupl_count; sort_param.min_dupl_count= min_dupl_count;
sort_param.res_length= 0; sort_param.res_length= 0;
sort_param.keys= (uint) MY_MAX((max_in_memory_size / sort_param.sort_length), sort_param.max_keys_per_buffer=
MERGEBUFF2); (uint) MY_MAX((max_in_memory_size / sort_param.sort_length), MERGEBUFF2);
sort_param.not_killable= 1; sort_param.not_killable= 1;
sort_param.unique_buff= buff +(sort_param.max_keys_per_buffer * sort_param.unique_buff= buff +(sort_param.max_keys_per_buffer *
......
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