Commit 21c66e37 authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

ha_innobase.cc:

  Remove a debug printf which unintentionally was committed to the source tree
parent 17c29de6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;