ha_innobase.cc:

  Cleanup after last push
parent 48063238
......@@ -558,8 +558,6 @@ innobase_init(void)
srv_log_buffer_size = (ulint) innobase_log_buffer_size;
srv_flush_log_at_trx_commit = (ulint) innobase_flush_log_at_trx_commit;
printf("Flush value %lu\n", srv_flush_log_at_trx_commit);
srv_use_native_aio = 0;
srv_pool_size = (ulint) innobase_buffer_pool_size;
......
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