File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7254,6 +7254,8 @@ buf_print_io_instance(
7254
7254
" Flushing: LRU " ULINTPF
7255
7255
" , flush list " ULINTPF
7256
7256
" , single page " ULINTPF " \n " ,
7257
+ #else
7258
+ ,
7257
7259
#endif /* UNIV_FLUSH_MONITOR */
7258
7260
pool_info->pool_size ,
7259
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 ,
7265
7267
pool_info->n_pending_flush_list ,
7266
- pool_info->n_pending_flush_single_page ,
7268
+ pool_info->n_pending_flush_single_page
7267
7269
#ifdef UNIV_FLUSH_MONITOR
7268
- pool_info->n_flush_lru ,
7270
+ , pool_info->n_flush_lru ,
7269
7271
pool_info->n_flush_flush_list ,
7270
7272
pool_info->n_flush_spf
7271
7273
#endif /* UNIV_FLUSH_MONITOR */
You can’t perform that action at this time.
0 commit comments