Commit 4637db42 authored by unknown's avatar unknown

ha_innobase.cc:

  Remove a debug printf which unintentionally was committed to the source tree


sql/ha_innobase.cc:
  Remove a debug printf which unintentionally was committed to the source tree
parent 42349f00
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment