diff options
author | heikki@hundin.mysql.fi <> | 2002-07-03 03:39:10 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2002-07-03 03:39:10 +0300 |
commit | 21c66e37ae21fe3c5e39de08dca431f729964fba (patch) | |
tree | 4ca49509e3b6bc7a4c2f5f04eae62cca4b866d95 | |
parent | 17c29de61266c3c846dc8a738e2d74ca89b9e3f0 (diff) | |
download | mariadb-git-21c66e37ae21fe3c5e39de08dca431f729964fba.tar.gz |
ha_innobase.cc:
Remove a debug printf which unintentionally was committed to the source tree
-rw-r--r-- | sql/ha_innobase.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/ha_innobase.cc b/sql/ha_innobase.cc index 3f23a28c62b..0975cdce290 100644 --- a/sql/ha_innobase.cc +++ b/sql/ha_innobase.cc @@ -480,8 +480,6 @@ innobase_init(void) srv_pool_size = (ulint) innobase_buffer_pool_size; - printf("Buffer pool size set to %lu\n", srv_pool_size); - srv_mem_pool_size = (ulint) innobase_additional_mem_pool_size; srv_n_file_io_threads = (ulint) innobase_file_io_threads; |