diff options
Diffstat (limited to 'sql/uniques.cc')
-rw-r--r-- | sql/uniques.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/uniques.cc b/sql/uniques.cc index 3a26f610dc5..60905567ba0 100644 --- a/sql/uniques.cc +++ b/sql/uniques.cc @@ -22,7 +22,7 @@ The basic idea is as follows: Store first all strings in a binary tree, ignoring duplicates. - When the three uses more memory than 'max_heap_table_size', + When the tree uses more memory than 'max_heap_table_size', write the tree (in sorted order) out to disk and start with a new tree. When all data has been generated, merge the trees (removing any found duplicates). |