Skip to content

Commit

Permalink
Fix compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Feb 28, 2014
1 parent c88a0d4 commit e667c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/srv/srv0start.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@ innobase_start_or_create_for_mysql(void)
buf_mtflu_set_thread_ids(
srv_mtflush_threads,
mtflush_ctx,
(thread_ids + 6 + SRV_MAX_N_PURGE_THREADS));
(thread_ids + 6 + 32));

#if UNIV_DEBUG
fprintf(stderr, "InnoDB: Note: %s:%d buf-pool-instances:%lu mtflush_threads %lu\n",
Expand Down

0 comments on commit e667c0f

Please sign in to comment.