Commit e667c0f9 authored by Jan Lindström's avatar Jan Lindström

Fix compiler error.

parent c88a0d48
...@@ -2603,7 +2603,7 @@ innobase_start_or_create_for_mysql(void) ...@@ -2603,7 +2603,7 @@ innobase_start_or_create_for_mysql(void)
buf_mtflu_set_thread_ids( buf_mtflu_set_thread_ids(
srv_mtflush_threads, srv_mtflush_threads,
mtflush_ctx, mtflush_ctx,
(thread_ids + 6 + SRV_MAX_N_PURGE_THREADS)); (thread_ids + 6 + 32));
#if UNIV_DEBUG #if UNIV_DEBUG
fprintf(stderr, "InnoDB: Note: %s:%d buf-pool-instances:%lu mtflush_threads %lu\n", fprintf(stderr, "InnoDB: Note: %s:%d buf-pool-instances:%lu mtflush_threads %lu\n",
......
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