We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ed543 commit 3f9c4f8Copy full SHA for 3f9c4f8
storage/innobase/buf/buf0buf.cc
@@ -7254,6 +7254,8 @@ buf_print_io_instance(
7254
"Flushing: LRU " ULINTPF
7255
", flush list " ULINTPF
7256
", single page " ULINTPF "\n",
7257
+#else
7258
+ ,
7259
#endif /* UNIV_FLUSH_MONITOR */
7260
pool_info->pool_size,
7261
pool_info->free_list_len,
@@ -7263,9 +7265,9 @@ buf_print_io_instance(
7263
7265
pool_info->n_pend_reads,
7264
7266
pool_info->n_pending_flush_lru,
7267
pool_info->n_pending_flush_list,
- pool_info->n_pending_flush_single_page,
7268
+ pool_info->n_pending_flush_single_page
7269
#ifdef UNIV_FLUSH_MONITOR
- pool_info->n_flush_lru,
7270
+ ,pool_info->n_flush_lru,
7271
pool_info->n_flush_flush_list,
7272
pool_info->n_flush_spf
7273
0 commit comments