summaryrefslogtreecommitdiff
path: root/innobase/dict
diff options
context:
space:
mode:
authorunknown <heikki@donna.mysql.fi>2001-12-17 13:32:22 +0200
committerunknown <heikki@donna.mysql.fi>2001-12-17 13:32:22 +0200
commitd7bd58687302c575b3eb34910be915da477ad87f (patch)
treeca20ad26b3e031bf13f80c776ef2c5486ed3591b /innobase/dict
parentb41e57a70e48ae87d51cd1d7cc18a6ec8641d7ac (diff)
downloadmariadb-git-d7bd58687302c575b3eb34910be915da477ad87f.tar.gz
ha_innobase.cc, dict0dict.c:
Cleanup innobase/dict/dict0dict.c: Cleanup sql/ha_innobase.cc: Cleanup
Diffstat (limited to 'innobase/dict')
-rw-r--r--innobase/dict/dict0dict.c2
1 files changed, 0 insertions, 2 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 */