summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorheikki@donna.mysql.fi <>2001-12-17 13:32:22 +0200
committerheikki@donna.mysql.fi <>2001-12-17 13:32:22 +0200
commita6fedfc3d44bf8eb4d9d16244c750d829e0141c1 (patch)
treeca20ad26b3e031bf13f80c776ef2c5486ed3591b /innobase
parente124882ebcd4445ba5509f58d5948ec028502378 (diff)
downloadmariadb-git-a6fedfc3d44bf8eb4d9d16244c750d829e0141c1.tar.gz
ha_innobase.cc, dict0dict.c:
Cleanup
Diffstat (limited to 'innobase')
-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 */