From d7bd58687302c575b3eb34910be915da477ad87f Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 17 Dec 2001 13:32:22 +0200 Subject: ha_innobase.cc, dict0dict.c: Cleanup innobase/dict/dict0dict.c: Cleanup sql/ha_innobase.cc: Cleanup --- innobase/dict/dict0dict.c | 2 -- sql/ha_innobase.cc | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/innobase/dict/dict0dict.c b/innobase/dict/dict0dict.c index a7a89013315..9e32be9e02d 100644 --- a/innobase/dict/dict0dict.c +++ b/innobase/dict/dict0dict.c @@ -2578,8 +2578,6 @@ dict_update_statistics_low( ulint size; ulint sum_of_index_sizes = 0; - printf("Updating statistics for table %s\n", table->name); - /* Find out the sizes of the indexes and how many different values for the key they approximately have */ diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc index 81c28605eb7..9bd25c67009 100644 --- a/sql/ha_innobase.cc +++ b/sql/ha_innobase.cc @@ -3042,8 +3042,8 @@ ha_innobase::estimate_number_of_rows(void) /* Calculate a minimum length for a clustered index record and from that an upper bound for the number of rows. Since we only calculate - new statistics in row0mysql.c when a table size has grown by 50 % - or by a threshold factor, we must add a safety factor 2 in front + new statistics in row0mysql.c when a tablehas grown + by a threshold factor, we must add a safety factor 2 in front of the formula below. */ estimate = 2 * data_file_length / dict_index_calc_min_rec_len(index); -- cgit v1.2.1