diff options
Diffstat (limited to 'sql/sql_analyse.cc')
-rw-r--r-- | sql/sql_analyse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_analyse.cc b/sql/sql_analyse.cc index f98eb0e0b26..9f2d3ea03fa 100644 --- a/sql/sql_analyse.cc +++ b/sql/sql_analyse.cc @@ -324,7 +324,7 @@ void field_str::add() } else { - bzero((char*) &s, sizeof(s)); // Let tree handle free of this +// bzero((char*) &s, sizeof(s)); // Let tree handle free of this if ((treemem += length) > pc->max_treemem) { room_in_tree = 0; // Remove tree, too big tree |